pyircbot/run-example.sh

10 lines
144 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}
2018-01-16 17:04:15 -08:00
shift || true
2017-11-27 18:58:20 -08:00
export PYTHONUNBUFFERED=1
export PYTHONPATH=.
2019-02-09 00:33:06 -08:00
pyircbot -c $CONFPATH --debug $@