chiark
/
gitweb
/
~mdw
/
ircbot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4096af2
)
startup.sh: Run bots in a screen(1) instance.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 1 Sep 2012 18:24:37 +0000
(19:24 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 1 Sep 2012 18:25:09 +0000
(19:25 +0100)
startup.sh
patch
|
blob
|
blame
|
history
diff --git
a/startup.sh
b/startup.sh
index 42a3eb877ec7ea01f34e57675d744a1b4478eece..392f6c87be0fc2b13914fa75b884d15e934f7355 100755
(executable)
--- a/
startup.sh
+++ b/
startup.sh
@@
-1,7
+1,7
@@
-#!/bin/sh
+#!
/bin/sh
set -e
-cd "`dirname $0`"
-s
leep 1
-s
et +e
-./blight-startup.tcl
-s
leep ${1:-5000000}
+
+s
creen -d -m -S bots
+s
creen -X -S bots multiuser on
+screen -X -S bots acladd mdw,root
+s
creen -X -S bots screen -t blight ./blight-startup.tcl distorted