1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
mal/ts/run
2017-02-23 00:33:40 +09:00

3 lines
65 B
Bash
Executable File

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