reports/report-runner.sh
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 30 Jun 2013 00:44:40 +0200
changeset 189 bd2bed33aba7
parent 145 250f9e74e0b9
child 563 9dda25363094
permissions -rwxr-xr-x
Fixes to make it running on Smalltalk/X 6.2.2 released in July 2012

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