reports/report-runner.sh
author Claus Gittinger <cg@exept.de>
Fri, 19 Jul 2019 17:55:49 +0200
changeset 555 daed660dbcf2
parent 189 bd2bed33aba7
child 563 9dda25363094
permissions -rwxr-xr-x
typos

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