#!/bin/sh
export LD_LIBRARY_PATH="/usr/local/lib/opendylan/lib"
exec /usr/local/lib/opendylan/bin/dylan-compiler "$@"
