newrun is meant for controlling game servers
- Pick a good place to put the important files. The file "configuration" must be in the same directory as the file "newrun" or as "/etc/newrun.conf". The file "functions" and the directories "conf", "exec", and "defs" can be anywhere as long as you update the file "configuration" appropriately
- Update locations in the file "configuration" if you put things in non-default locations
- Make a new config for your server in "conf". The included example config should be a good starting point
$ ./newrun configname start [args]
$ ./newrun configname status
$ ./newrun configname restart [args]
$ ./newrun configname stop [message]
$ ./newrun configname reload [message]
$ ./newrun configname exec command