meh, new script for small changes to commit to github.

This commit is contained in:
Morlok8k 2012-05-31 23:35:48 -07:00
parent 392009aa7e
commit ee7af83455
2 changed files with 12 additions and 1 deletions

11
commit_changes_github.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
## Minecraft Land Generator - GitHub Commit Changes Script
## Morlok8k - Updated 5/31/2012
git add .
git commit -a
git push origin master
echo Pausing for 20sec
sleep 20

View File

@ -1,7 +1,7 @@
#!/bin/sh
## Minecraft Land Generator - GitHub Update Script
## Morlok8k - Updated 5/28/2012
## Morlok8k - Updated 5/31/2012
zip -r ./bin/MinecraftLandGenerator.jar ./src/