diff options
author | tv <tv@xso> | 2011-09-09 22:36:31 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-09 22:36:31 +0200 |
commit | 7d3a0c271fab627f7e0d9a0af265e121579ff88f (patch) | |
tree | 3c437a616226dbc1c94b14275abc22569fa759ca /IRC | |
parent | bf16cb04f34590f3d8b5155fb076ded967793849 (diff) |
//Reaktor: commands have PWD //Reaktor
Diffstat (limited to 'IRC')
-rwxr-xr-x | IRC/index | 7 | ||||
-rwxr-xr-x | IRC/install | 1 |
2 files changed, 5 insertions, 3 deletions
@@ -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 |