freebsd-ports/lang/polyml/files/poly.in
Simon Barner fbc1517ea7 Add polyml 4.1.3, a fast open-source implementation of Standard ML.
PR:		83433
Submitted by:	Timothy Bourke <timbob@bigpond.com>
2005-07-29 07:19:56 +00:00

9 lines
130 B
Bash

#!/bin/sh
USERDB="$HOME/.polyml/ML_dbase"
if [ ! -f "$USERDB" ]; then
USERDB=""
fi
exec %%PREFIX%%/lib/polyml/poly $USERDB $*