diff options
Diffstat (limited to 'Reaktor/IRC/index')
-rwxr-xr-x | Reaktor/IRC/index | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Reaktor/IRC/index b/Reaktor/IRC/index new file mode 100755 index 00000000..68b6cf33 --- /dev/null +++ b/Reaktor/IRC/index @@ -0,0 +1,9 @@ +#! /bin/sh +set -xeuf + +# cd //Reaktor +cd $(dirname $(readlink -f $0))/.. + +IRC/install + +exec python IRC/bot2.py "$@" |