aboutsummaryrefslogtreecommitdiffstats
path: root/IRC/index
diff options
context:
space:
mode:
authortv <tv@xso>2011-09-06 13:38:20 +0200
committertv <tv@xso>2011-09-06 13:38:20 +0200
commit1a43c8c04073f3d945f1b0b35b67beeeac75df5d (patch)
tree5686ca6876061d4d48b626d74962b805896009c6 /IRC/index
//Synapse -> //Reaktor/IRC
Diffstat (limited to 'IRC/index')
-rwxr-xr-xIRC/index8
1 files changed, 8 insertions, 0 deletions
diff --git a/IRC/index b/IRC/index
new file mode 100755
index 0000000..21129c7
--- /dev/null
+++ b/IRC/index
@@ -0,0 +1,8 @@
+#! /bin/sh
+set -xeuf
+
+cd $(dirname $(readlink -f $0))
+
+./install
+
+exec python2 bot2.py "$@"