6 lines
90 B
Bash
6 lines
90 B
Bash
#!/bin/sh
|
|
|
|
FEMLAB_HOME=@@FEMLAB_HOME@@
|
|
export FEMLAB_HOME
|
|
|
|
exec ${FEMLAB_HOME}/bin/femlab
|