From f4a473b67e1a1224d28c640461a0c9cdd33a8834 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 6 Sep 2011 13:38:20 +0200 Subject: //Synapse -> //Reaktor/IRC --- Reaktor/IRC/index | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 Reaktor/IRC/index (limited to 'Reaktor/IRC/index') 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 "$@" -- cgit v1.2.3 From c3bc5a6d16868c121aca780f3109155797b51d76 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 Sep 2011 19:43:07 +0200 Subject: //Reaktor/IRC: assume python is python2 --- Reaktor/IRC/index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Reaktor/IRC/index') diff --git a/Reaktor/IRC/index b/Reaktor/IRC/index index 21129c71..41e3a227 100755 --- a/Reaktor/IRC/index +++ b/Reaktor/IRC/index @@ -5,4 +5,4 @@ cd $(dirname $(readlink -f $0)) ./install -exec python2 bot2.py "$@" +exec python bot2.py "$@" -- cgit v1.2.3