From fb94c450c508bf6c7c0ea1188252e590d5318f9f Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 9 Sep 2011 22:36:31 +0200 Subject: //Reaktor: commands have PWD //Reaktor --- Reaktor/IRC/index | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Reaktor/IRC/index') diff --git a/Reaktor/IRC/index b/Reaktor/IRC/index index 41e3a227..68b6cf33 100755 --- a/Reaktor/IRC/index +++ b/Reaktor/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 "$@" -- cgit v1.2.3