1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00
mal/impls/go/run

3 lines
57 B
Plaintext
Raw Permalink Normal View History

2016-10-10 20:08:59 +03:00
#!/bin/bash
exec $(dirname $0)/${STEP:-stepA_mal} "${@}"