summaryrefslogtreecommitdiffstats
path: root/Reaktor/IRC/index
blob: 41e3a227241a992432b076395c18bd6ece9bbb14 (plain)
1
2
3
4
5
6
7
8
#! /bin/sh
set -xeuf

cd $(dirname $(readlink -f $0))

./install

exec python bot2.py "$@"