13 lines
305 B
Bash
Executable File
13 lines
305 B
Bash
Executable File
#!/bin/sh
|
|
|
|
## Minecraft Land Generator - Readme Extractor
|
|
## Morlok8k - Updated 10/17/2011
|
|
|
|
## Just a simple script to help me update my readme file on github.
|
|
## MLG will display the readme with the "-version", "-help", or "/?" argument
|
|
|
|
java -jar ./bin/MinecraftLandGenerator.jar -version > ./README
|
|
|
|
|
|
|