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