diff options
Diffstat (limited to 'gr-zeromq/examples/python/run_app.sh')
-rwxr-xr-x | gr-zeromq/examples/python/run_app.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-zeromq/examples/python/run_app.sh b/gr-zeromq/examples/python/run_app.sh new file mode 100755 index 0000000000..4af936ca82 --- /dev/null +++ b/gr-zeromq/examples/python/run_app.sh @@ -0,0 +1,4 @@ +#!/bin/sh +export LD_LIBRARY_PATH="$PWD/../../build/gr-zeromq/lib" +export PYTHONPATH="$PWD/../../build/gr-zeromq/swig:$PWD/../../python" +/usr/bin/python $1 $2 $3 $4 $5 $6 $7 $8 $9 |