reports/report-runner.sh
author convert-repo
Thu, 13 Jul 2017 03:57:41 +0000
changeset 333 14314e2cc16a
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" "$@"