mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
2b4ca0d2c4
finite element method. PR: 4531 Submitted by: Pedro Giffuni <giffunip@asme.org>
7 lines
90 B
Bash
7 lines
90 B
Bash
#!/bin/sh
|
|
|
|
FEMLAB_HOME=@@FEMLAB_HOME@@
|
|
export FEMLAB_HOME
|
|
|
|
exec ${FEMLAB_HOME}/bin/femlab
|