9 lines
136 B
Bash
Executable File
9 lines
136 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
CONFPATH=${1:-examples/config.json}
|
|
|
|
export PYTHONUNBUFFERED=1
|
|
export PYTHONPATH=.
|
|
|
|
./bin/pyircbot -c $CONFPATH --debug
|