From fce8b00a9ec69a42c268dfe21e3b747f8ac00ca7 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 28 Oct 2011 18:49:48 +0200 Subject: [PATCH] Remove commit.sh, as we no longer need the Limnoria/limnoria.github.com repo. --- commit.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 commit.sh diff --git a/commit.sh b/commit.sh deleted file mode 100755 index 6592326..0000000 --- a/commit.sh +++ /dev/null @@ -1,7 +0,0 @@ -make html -git commit "$@" -cd _build/html -git add . -git commit "$@" -git push -cd ../..