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