i dont need my shell script on github.

This commit is contained in:
Morlok8k 2011-12-26 00:22:21 -08:00
parent 6f10b7f050
commit c139bb67ff
3 changed files with 2 additions and 41 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
*.class
*.backup
*.sh

View File

@ -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

View File

@ -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