freebsd-ports/graphics/wings-devel/files/wings.sh
Jimmy Olgeni a146b8dbd6 Do not specify the libraries path, as they will be found automatically.
Add the -noinput flag to prevent erlang's command prompt from showing up.
2003-07-20 13:53:00 +00:00

5 lines
75 B
Bash

#!/bin/sh
!!PREFIX!!/bin/erl -noinput -run wings_start start_halt
exit 0