EverWrath/modules/acore/startup-scritps/examples/restarter-world.sh
Yehonal 9466e0c21c Improved run engine and moved on separated module
+ Also added some example script to create your own
restart script
2016-09-02 00:21:02 +02:00

14 lines
188 B
Bash

#!/usr/bin/env bash
$PATH_RUNENGINE=""
source $PATH_RUNENGINE/run-engine
# you must create your conf
# copying conf.sh.dist
# and renaming as below
source ./conf-world.sh
restarter