1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
mal/livescript/run
2017-04-05 22:01:41 +02:00

3 lines
65 B
Bash
Executable File

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