1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-11 08:56:41 +03:00
mal/ts/run

3 lines
65 B
Plaintext
Raw Normal View History

2017-02-22 18:03:21 +03:00
#!/bin/bash
exec node $(dirname $0)/${STEP:-stepA_mal}.js "${@}"