blob: bd27c7fa5bb3649529789ae86472730878dfda14 (
plain)
1
2
3
4
5
6
7
|
#!/bin/bash
thisfile=$(readlink -f "$0")
thisdir=$(dirname "$thisfile")
cd "$thisdir"
gladevcp_demo -u ./classhandler_persistent.py -U debug=2 -U "print 'debug=%d' % debug" ./button.ui
|