summaryrefslogtreecommitdiffstats
path: root/demos/spectrum/app/spectrum.sh
blob: 75ad6c2624e6269941e599f2dfa3406b53ca992a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Shell script for launching spectrum application on Unix systems other than Mac OSX

bindir=`dirname "$0"`
LD_LIBRARY_PATH="${bindir}:${LD_LIBRARY_PATH}"
export LD_LIBRARY_PATH
exec "${bindir}/spectrum.bin" ${1+"$@"}