Admin/polyml/polyml
author wenzelm
Mon, 06 Aug 2012 21:11:42 +0200
changeset 48698 2585042b1a30
parent 33833 c38c2a1883e7
child 60983 ff4a67c65084
permissions -rwxr-xr-x
pass Isabelle/Scala system options into ML process of Isar tty or build jobs;

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