]> jfr.im git - erebus.git/blob - run
urls - beautifulsoup: use encoding from Content-Type if available
[erebus.git] / run
1 #!/bin/sh
2
3 # Erebus IRC bot - Author: John Runyon
4 # Startup script
5
6 cd "$(dirname $(readlink -f $0))"
7 PYTHONPATH=".:$PYTHONPATH" exec python -O $@ erebus.py