Refactor to use run scripts, remove *_RUNSTEP
[jackhill/mal.git] / fsharp / run
1 #!/bin/bash
2 exec mono $(dirname $0)/${STEP:-stepA_mal}.exe ${RAW:+--raw} "${@}"