diff options
Diffstat (limited to 'math/femlab/files/femlab.sh')
-rw-r--r-- | math/femlab/files/femlab.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/femlab/files/femlab.sh b/math/femlab/files/femlab.sh new file mode 100644 index 000000000000..89a178c77853 --- /dev/null +++ b/math/femlab/files/femlab.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +FEMLAB_HOME=@@FEMLAB_HOME@@ +export FEMLAB_HOME + +exec ${FEMLAB_HOME}/bin/femlab |