7 lines
84 B
Bash
7 lines
84 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export LD_LIBRARY_PATH=
|
||
|
|
||
|
exec /home/thorsten/devel/openEMS/openEMS $@
|
||
|
|