Ticket #57772: runcsllisp.sh

File runcsllisp.sh, 144 bytes (added by mbrethen, 5 years ago)
Line 
1#! /bin/sh
2
3MYDIR=`dirname $0`
4export MYDIR
5CSLDIR="$(cd $MYDIR/../libexec/reduce/csl && pwd -P)"
6exec $CSLDIR/csl.app/Contents/MacOS/csl "$@"
7