diff --git a/.gitignore b/.gitignore index 23268cf..b0a146d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.class *.backup +*.sh + diff --git a/update_github.sh b/update_github.sh deleted file mode 100755 index 5870ce8..0000000 --- a/update_github.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -## Minecraft Land Generator - Readme Extractor -## Morlok8k - Updated 11/4/2011 - -## Just a simple script to help me update my readme file on github. -## MLG will display the readme with the "-readme" argument - -cd ./bin/ -chmod a+x ./MinecraftLandGenerator.jar - -java -jar ./MinecraftLandGenerator.jar -conf - -cd .. -java -jar ./bin/MinecraftLandGenerator.jar -readme README - -rm ./MLG-BuildID - -git add . -git commit -a -git push origin master diff --git a/update_github.sh~ b/update_github.sh~ deleted file mode 100755 index 9576ebf..0000000 --- a/update_github.sh~ +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -## Minecraft Land Generator - Readme Extractor -## Morlok8k - Updated 11/4/2011 - -## Just a simple script to help me update my readme file on github. -## MLG will display the readme with the "-readme" argument - -cd ./bin/ -chmod a+x ./MinecraftLandGenerator.jar - -java -jar ./MinecraftLandGenerator.jar -conf - -cd .. -java -jar ./bin/MinecraftLandGenerator.jar -readme README - -rm ./MLG-BuildID - -git commit -a -git push origin master