Limnoria-doc/commit.sh
2011-06-28 17:29:38 +02:00

8 lines
85 B
Bash
Executable File

make html
git commit "$@"
cd _build/html
git add .
git commit "$@"
git push
cd ../..