reports/report-runner.sh
author convert-repo
Thu, 27 Sep 2018 03:33:44 +0000
changeset 531 6a00d0c7450e
parent 189 bd2bed33aba7
child 563 9dda25363094
permissions -rwxr-xr-x
update tags

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