From ea0912b5a7ab2b42b9c742d7be0a3460edfc5b4c Mon Sep 17 00:00:00 2001 From: Morlok8k Date: Mon, 17 Oct 2011 20:27:45 -0700 Subject: [PATCH] Updated Helper Scripts --- bin/new_config_file.sh | 12 ++++++++++++ readme.sh => new_readme_file.sh | 0 readme.sh~ | 6 ------ 3 files changed, 12 insertions(+), 6 deletions(-) create mode 100755 bin/new_config_file.sh rename readme.sh => new_readme_file.sh (100%) delete mode 100755 readme.sh~ 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 - - -