Admin/polyml/polyml
author wenzelm
Sun, 06 Dec 2015 23:17:48 +0100
changeset 61795 16901b0392c6
parent 60983 ff4a67c65084
permissions -rwxr-xr-x
updated to polyml-5.6-20151206, which presumably improves stability on Windows;

#!/usr/bin/env bash
#
# Minimal Poly/ML startup script

THIS="$(cd "$(dirname "$0")"; pwd)"

export LD_LIBRARY_PATH="$THIS:$LD_LIBRARY_PATH"
export DYLD_LIBRARY_PATH="$THIS:$DYLD_LIBRARY_PATH"

exec "$THIS/poly" "$@"