diff options
author | tv <tv@xso> | 2011-09-06 13:38:20 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-06 13:38:20 +0200 |
commit | f4a473b67e1a1224d28c640461a0c9cdd33a8834 (patch) | |
tree | c619868995be859508990eb6f32f1acad11bec36 /Reaktor/IRC/index | |
parent | ff45fed42361e4046cf01e9290b4ce74fff48a56 (diff) |
//Synapse -> //Reaktor/IRC
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..21129c71 --- /dev/null +++ b/Reaktor/IRC/index @@ -0,0 +1,8 @@ +#! /bin/sh +set -xeuf + +cd $(dirname $(readlink -f $0)) + +./install + +exec python2 bot2.py "$@" |