diff options
Diffstat (limited to 'scripts/run.sh')
-rwxr-xr-x | scripts/run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/run.sh b/scripts/run.sh new file mode 100755 index 000000000..6e0e0d1e9 --- /dev/null +++ b/scripts/run.sh @@ -0,0 +1,2 @@ +#!/bin/bash +LD_LIBRARY_PATH=install/lib:$LD_LIBRARY_PATH ./subsurface/subsurface |