summaryrefslogtreecommitdiffstats
path: root/Reaktor/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
commitf4a473b67e1a1224d28c640461a0c9cdd33a8834 (patch)
treec619868995be859508990eb6f32f1acad11bec36 /Reaktor/IRC/index
parentff45fed42361e4046cf01e9290b4ce74fff48a56 (diff)
//Synapse -> //Reaktor/IRC
Diffstat (limited to 'Reaktor/IRC/index')
-rwxr-xr-xReaktor/IRC/index8
1 files changed, 8 insertions, 0 deletions
diff --git a/Reaktor/IRC/index b/Reaktor/IRC/index
new file mode 100755
index 00000000..21129c71
--- /dev/null
+++ b/Reaktor/IRC/index
@@ -0,0 +1,8 @@
+#! /bin/sh
+set -xeuf
+
+cd $(dirname $(readlink -f $0))
+
+./install
+
+exec python2 bot2.py "$@"