From 667305e9bc1ac987319cea8f9e79105f18d02874 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 13 Jul 2012 17:42:00 -0700 Subject: Add a script to run all three servers, from anywhere. --- run-all | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 run-all (limited to 'run-all') diff --git a/run-all b/run-all new file mode 100755 index 00000000..a6a58f82 --- /dev/null +++ b/run-all @@ -0,0 +1,10 @@ +#!/bin/sh +SELF=$(realpath $(which "$0")) +cd "$(dirname "$SELF")" + +trap 'kill %1 %2 %3' SIGHUP SIGINT SIGQUIT SIGABRT SIGTERM +./login-server & +./char-server & +./map-server & + +wait -- cgit v1.2.3-60-g2f50