run.sh: add simple 'run' script
authorBrian Norris <banorris@uci.edu>
Tue, 24 Apr 2012 20:03:43 +0000 (13:03 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 24 Apr 2012 20:08:59 +0000 (13:08 -0700)
Performs the step of setting LD_LIBRARY_PATH for simple runs.

run.sh [new file with mode: 0755]

diff --git a/run.sh b/run.sh
new file mode 100755 (executable)
index 0000000..9c7af2f
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export LD_LIBRARY_PATH=.
+./model