Admin/polyml/polyml
author blanchet
Mon, 30 Nov 2015 13:14:56 +0100
changeset 61755 6af17b2b773d
parent 60983 ff4a67c65084
permissions -rwxr-xr-x
removed tracing

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