Files
entropy/rigo/debug_rigo.sh
2013-11-03 13:16:56 +01:00

8 lines
199 B
Bash
Executable File

#!/bin/sh
export RIGO_DATA_DIR="./data"
export RIGO_ICON_PATH="./data/icons"
# GDB?
# exec gdb --args python rigo_app.py # --dumper --debug
export ETP_DEBUG=1
exec python rigo_app.py --dumper "${@}"