projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be5073a
)
run.sh: add simple 'run' script
author
Brian Norris
<banorris@uci.edu>
Tue, 24 Apr 2012 20:03:43 +0000
(13:03 -0700)
committer
Brian 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]
patch
|
blob
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