1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-17 09:40:21 +03:00
mal/impls/sml/run
2021-05-02 17:35:40 -05:00

3 lines
57 B
Bash
Executable File

#!/bin/bash
exec $(dirname $0)/${STEP:-stepA_mal} "${@}"