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