diff --git a/publish.sh b/publish.sh new file mode 100644 index 0000000..e0355ed --- /dev/null +++ b/publish.sh @@ -0,0 +1,10 @@ +#!/bin/bash +gitbook build +gitbook pdf +gitbook epub +gitbook mobi +cp book.pdf _book +cp book.epub _book +cp book.mobi _book +cd _book +rsync -av . circl@cpab.circl.lu:/var/www/nwww.circl.lu/doc/misp/