summaryrefslogtreecommitdiff
path: root/util/run_all
diff options
context:
space:
mode:
Diffstat (limited to 'util/run_all')
-rwxr-xr-xutil/run_all7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/run_all b/util/run_all
new file mode 100755
index 0000000..2fc511c
--- /dev/null
+++ b/util/run_all
@@ -0,0 +1,7 @@
+#!/bin/zsh -x
+
+for i in `find ../sessions -maxdepth 1 | cut -d "/" -f 3 | grep -P "^session_"`; do
+ echo $i
+ ./util/run_server $i &
+done
+