aboutsummaryrefslogtreecommitdiffstats
path: root/IRC
diff options
context:
space:
mode:
Diffstat (limited to 'IRC')
-rwxr-xr-xIRC/index7
-rwxr-xr-xIRC/install1
2 files changed, 5 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 "$@"
diff --git a/IRC/install b/IRC/install
index 95e0519..d5f7a8c 100755
--- a/IRC/install
+++ b/IRC/install
@@ -1,6 +1,7 @@
#! /bin/sh
set -xeuf
+# cd //Reaktor/IRC
cd $(dirname $(readlink -f $0))
# install irclib.py