Remove commit.sh, as we no longer need the Limnoria/limnoria.github.com repo.

This commit is contained in:
Valentin Lorentz 2011-10-28 18:49:48 +02:00
parent 9e4bf3e474
commit fce8b00a9e

View File

@ -1,7 +0,0 @@
make html
git commit "$@"
cd _build/html
git add .
git commit "$@"
git push
cd ../..