Updated (Linux) Readme Script
This commit is contained in:
parent
7251c20fc7
commit
1d45627cf9
@ -1,5 +1,11 @@
|
||||
#!/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
|
||||
|
||||
|
||||
|
6
readme.sh~
Executable file
6
readme.sh~
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
java -jar ./bin/MinecraftLandGenerator.jar -version > ./README
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user