Merge pull request #420 from asarhaddon/load-file-once
[jackhill/mal.git] / miniMAL / run
1 #!/bin/bash
2 cd $(dirname $0)
3 exec miniMAL ./${STEP:-stepA_mal}.json "${@}"