meh, new script for small changes to commit to github.
This commit is contained in:
parent
392009aa7e
commit
ee7af83455
11
commit_changes_github.sh
Executable file
11
commit_changes_github.sh
Executable 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
|
||||
|
@ -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/
|
||||
|
||||
|
Reference in New Issue
Block a user