Add gitbooks script

This commit is contained in:
maxigas 2018-01-20 00:16:42 +01:00
parent 5e736a2422
commit 504dc982dc

12
scripts/gitbooks.sh Executable file
View file

@ -0,0 +1,12 @@
#!/bin/bash
cd ..
pwd
gitbook pdf . sobtec2.pdf
gitbook epub . sobtec2.epub
gitbook mobi . sobtec2.mobi
mv -v *pdf *epub *mobi releases/latest
git status
git add -A
git commit -m "Update gitbook releases with local gitbook script results"
git push origin master
echo READY