From e34e49d3064640e01305549413c862ee0a7a79aa Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 14 Dec 2013 10:32:08 -0800 Subject: Change tools/ to a submodule --- tools/bin/restart-world | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100755 tools/bin/restart-world (limited to 'tools/bin/restart-world') diff --git a/tools/bin/restart-world b/tools/bin/restart-world deleted file mode 100755 index ccd9e453..00000000 --- a/tools/bin/restart-world +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash -e -cd "$1" -shift - -source restart-config - -for ARG -do - if [ "$ARG" = --auto ] - then - PULL=y - elif [ "$ARG" = --manual ] - then - PULL= - else - echo unknown argument - exit 1 - fi -done - -if test -n "$PULL" -then - git pull - (cd world/map/conf; cat magic.conf.template | ./spells-build > magic.conf) -fi - -restart-pid tmwa-char -restart-pid tmwa-map -- cgit v1.2.3-70-g09d2