aboutsummaryrefslogtreecommitdiffstats
path: root/IRC/index
diff options
context:
space:
mode:
Diffstat (limited to 'IRC/index')
-rwxr-xr-xIRC/index7
1 files changed, 4 insertions, 3 deletions
diff --git a/IRC/index b/IRC/index
index 41e3a22..68b6cf3 100755
--- a/IRC/index
+++ b/IRC/index
@@ -1,8 +1,9 @@
#! /bin/sh
set -xeuf
-cd $(dirname $(readlink -f $0))
+# cd //Reaktor
+cd $(dirname $(readlink -f $0))/..
-./install
+IRC/install
-exec python bot2.py "$@"
+exec python IRC/bot2.py "$@"