#!/bin/sh
DYLD_LIBRARY_PATH=`dirname "$0"`/../lib/Macaulay2/lib:$DYLD_LIBRARY_PATH exec `dirname "$0"`/M2-binary "$@"
