reports/report-runner.sh
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 12 Jun 2013 17:21:40 +0200
changeset 160 fadfbf804005
parent 145 250f9e74e0b9
child 189 bd2bed33aba7
permissions -rwxr-xr-x
Updates to work with new UNIX makefiles.

#!/bin/sh
DIR=`dirname $0`
exec "$DIR/../../../projects/smalltalk/stx" -Mold:64000 -I --abortOnSEGV -f "$DIR/report-runner.st" "$@"