summaryrefslogtreecommitdiff
path: root/run-all
diff options
context:
space:
mode:
Diffstat (limited to 'run-all')
-rwxr-xr-xrun-all10
1 files changed, 0 insertions, 10 deletions
diff --git a/run-all b/run-all
deleted file mode 100755
index cbfb749d..00000000
--- a/run-all
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-SELF=$(realpath $(which "$0"))
-cd "$(dirname "$SELF")"
-
-trap 'kill %1 %2 %3' SIGHUP SIGINT SIGQUIT SIGABRT SIGTERM
-( cd login && tmwa-login ) &
-( cd world && tmwa-char ) &
-( cd world/map && tmwa-map ) &
-
-wait