get path in openEMS.sh
This commit is contained in:
parent
5a47a6443a
commit
ea31ec1d7a
@ -1,6 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
#clear LD_LIBRARY_PATH
|
||||||
export LD_LIBRARY_PATH=
|
export LD_LIBRARY_PATH=
|
||||||
|
|
||||||
exec /home/thorsten/devel/openEMS/openEMS $@
|
#get path to openEMS
|
||||||
|
openEMS_PATH=`dirname $0`
|
||||||
|
|
||||||
|
#execute openEMS
|
||||||
|
exec $openEMS_PATH/openEMS $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user