diff --git a/bin/new_config_file.sh b/bin/new_config_file.sh new file mode 100755 index 0000000..e66528b --- /dev/null +++ b/bin/new_config_file.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +## Minecraft Land Generator - Configuration File Generation +## Morlok8k - Updated 10/17/2011 + +## Just a simple script to help me update my Default Configuration file on github. +## MLG will create a default "MinecraftLandGenerator.conf" file with the "-conf" argument + +java -jar MinecraftLandGenerator.jar -conf + + + diff --git a/readme.sh b/new_readme_file.sh similarity index 100% rename from readme.sh rename to new_readme_file.sh diff --git a/readme.sh~ b/readme.sh~ deleted file mode 100755 index 28d185b..0000000 --- a/readme.sh~ +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -java -jar ./bin/MinecraftLandGenerator.jar -version > ./README - - -