minor updates to linux and mac scripts as well.

This commit is contained in:
Morlok8k 2012-09-10 19:53:20 -07:00
parent df0b2c23b5
commit 53c8833029
2 changed files with 5 additions and 0 deletions

View File

@ -14,3 +14,5 @@ java -Djava.awt.headless=true -jar MinecraftLandGenerator.jar -nowait -conf
java -Djava.awt.headless=true -jar MinecraftLandGenerator.jar -nowait 0 0 -w
rm -rf world
read -s -n 1 -p "Press any key to continue . . ."
echo

View File

@ -13,3 +13,6 @@ java -Djava.awt.headless=true -jar MinecraftLandGenerator.jar -nowait -conf
java -Djava.awt.headless=true -jar MinecraftLandGenerator.jar -nowait 0 0 -w
rm -rf world
## Need to test the following on a mac:
##read -s -n 1 -p "Press any key to continue . . ."
##echo