Limnoria-doc/commit.sh

8 lines
85 B
Bash
Raw Normal View History

2011-06-28 17:29:38 +02:00
make html
git commit "$@"
cd _build/html
git add .
git commit "$@"
git push
cd ../..