pyircbot/run-example.sh

9 lines
133 B
Bash
Raw Normal View History

2017-11-27 19:04:22 -08:00
#!/bin/bash
2017-11-27 18:58:20 -08:00
CONFPATH=${1:-examples/config.json}
export PYTHONUNBUFFERED=1
export PYTHONPATH=.
./bin/pyircbot -c $CONFPATH --debug