reports/report-runner.sh
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 04 May 2012 19:55:55 +0200
changeset 88 56c85ef68928
parent 75 686f675d9442
child 101 c1a9c731b92a
permissions -rwxr-xr-x
When writing report, replace all characters with codePoint=0 by question mark (such a character cannot occur in well-formed XML)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
75
686f675d9442 scripts and README added
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
#!/bin/sh
686f675d9442 scripts and README added
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
DIR=`dirname $0`
686f675d9442 scripts and README added
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
exec "$DIR/../../../projects/smalltalk/stx" -I  -f "$DIR/report-runner.st" "$@"