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