X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/48479459ec7c92a0f1082eae8d8c067ee573c9ef..eb2e74a826f621e490d89aa0f555dc1b703e9849:/run.sh diff --git a/run.sh b/run.sh deleted file mode 100755 index e4f4a56..0000000 --- a/run.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# Erebus IRC bot - Author: John Runyon -# Startup script - -cd "$(dirname $(readlink -f $0))" -PYTHONPATH=".:$PYTHONPATH" exec python -O -B $@ erebus.py