From ddb4c1d744b417e79cf2d263d6cd8db37c4dbcb2 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan <johnathan@corganlabs.com> Date: Tue, 6 May 2014 13:40:15 -0700 Subject: zeromq: cleanup docs and examples --- gr-zeromq/examples/python/run_app.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 gr-zeromq/examples/python/run_app.sh (limited to 'gr-zeromq/examples/python/run_app.sh') 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 -- cgit v1.2.3