diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-10 01:01:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-10 01:01:34 +0300 |
commit | 5c0fc1fc767b7b447d787d8123b23e99a35b8577 (patch) | |
tree | 020ec097774629268481a47c98e70a53519057bc /herculeswrapper/login.sh | |
parent | 5b99ec96cf46a9a3b6687a7fbf8ef1d379d99f83 (diff) | |
download | evol-tools-5c0fc1fc767b7b447d787d8123b23e99a35b8577.tar.gz evol-tools-5c0fc1fc767b7b447d787d8123b23e99a35b8577.tar.bz2 evol-tools-5c0fc1fc767b7b447d787d8123b23e99a35b8577.tar.xz evol-tools-5c0fc1fc767b7b447d787d8123b23e99a35b8577.zip |
add herculeswrapper.
For now this is basic wrapper.
Allow:
terminate all servers
restart all servers
restart char and map servers
restart map server
Diffstat (limited to 'herculeswrapper/login.sh')
-rwxr-xr-x | herculeswrapper/login.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/herculeswrapper/login.sh b/herculeswrapper/login.sh new file mode 100755 index 0000000..ae67bf8 --- /dev/null +++ b/herculeswrapper/login.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +export PIPE=./log/loginpipe.tmp + +source ${dir}/include.sh + +server_logic ./login-server 0s |