Project Aon Git Repositories
/
project-aon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Also apply styling to H2 elements in the main text
[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