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