mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
7 lines
90 B
Bash
7 lines
90 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
FEMLAB_HOME=@@FEMLAB_HOME@@
|
||
|
export FEMLAB_HOME
|
||
|
|
||
|
exec ${FEMLAB_HOME}/bin/femlab
|