Add rule regarding safekeeping of special objects in Kai Monastery. Harmonise translation
[project-aon.git] / common / scripts / compress-all.sh
1 #!/bin/bash\r
2 \r
3 ZIP='/usr/bin/zip'\r
4 TAR='/bin/tar'\r
5 \r
6 $ZIP -r all-books.zip xhtml -x \*.zip -x \*.bz2 -x \*/.ht\* -x \*/rh/\*;\r
7 $TAR cjvf all-books.tar.bz2 --exclude=*.zip --exclude=*.bz2 --exclude=*.ht --exclude=*/rh/* xhtml;\r