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 | 1a43c8c04073f3d945f1b0b35b67beeeac75df5d (patch) | |
tree | 5686ca6876061d4d48b626d74962b805896009c6 /IRC/index |
//Synapse -> //Reaktor/IRC
Diffstat (limited to 'IRC/index')
-rwxr-xr-x | IRC/index | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/IRC/index b/IRC/index new file mode 100755 index 0000000..21129c7 --- /dev/null +++ b/IRC/index @@ -0,0 +1,8 @@ +#! /bin/sh +set -xeuf + +cd $(dirname $(readlink -f $0)) + +./install + +exec python2 bot2.py "$@" |