Admin/polyml/polyml
author wenzelm
Thu, 20 Aug 2015 14:13:00 +0200
changeset 60983 ff4a67c65084
parent 33833 c38c2a1883e7
permissions -rwxr-xr-x
updated to polyml-5.5.3-20150820, with native x86-windows support;

#!/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" "$@"