]> jfr.im git - erebus.git/blobdiff - run.sh
modlib - assign module name to func.module
[erebus.git] / run.sh
diff --git a/run.sh b/run.sh
index ebf02420bb40ef77ac34539f8de1531b2f95fab1..34eac2824d822475a2952ad7d0674518f2b7c8f4 100755 (executable)
--- a/run.sh
+++ b/run.sh
@@ -1,3 +1,7 @@
 #!/bin/sh
 
-python -B "$(dirname $(readlink -f $0))/erebus.py"
+# Erebus IRC bot - Author: John Runyon
+# Startup script
+
+cd "$(dirname $(readlink -f $0))"
+PYTHONPATH=".:$PYTHONPATH" exec python -O -B "$@" erebus.py