diff --git a/commit_changes_github.sh b/commit_changes_github.sh new file mode 100755 index 0000000..fd5553e --- /dev/null +++ b/commit_changes_github.sh @@ -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 + diff --git a/update_github.sh b/update_github.sh index 56413d3..37aa581 100755 --- a/update_github.sh +++ b/update_github.sh @@ -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/