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