]> jfr.im git - erebus.git/blame_incremental - run.sh
help - write help to a file instead of messaging for command list
[erebus.git] / run.sh
... / ...
CommitLineData
1#!/bin/sh
2
3# Erebus IRC bot - Author: John Runyon
4# Startup script
5
6cd "$(dirname $(readlink -f $0))"
7PYTHONPATH=".:$PYTHONPATH" exec python -O -B "$@" erebus.py