From 3e1786cdf6392a61ae464b0fa1c460320c74c83e Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Wed, 30 Apr 2014 22:55:04 -0400 Subject: [PATCH] add run.sh --- run.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 run.sh diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..ecc8959 --- /dev/null +++ b/run.sh @@ -0,0 +1,6 @@ +#!/bin/bash +#export GST_PLUGIN_PATH=/Library/Frameworks/GStreamer.framework/Libraries +#export GST_DEBUG=2 +export LANG=C +./mapmap.app/Contents/MacOS/mapmap +