Admin/polyml/polyml
author wenzelm
Mon, 18 Jan 2016 16:03:58 +0100
changeset 62199 fc55a4e3f439
parent 60983 ff4a67c65084
permissions -rwxr-xr-x
updated polyml;

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