mirror of
https://github.com/kanaka/mal.git
synced 2024-11-11 08:56:41 +03:00
3 lines
65 B
Plaintext
3 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
exec node $(dirname $0)/${STEP:-stepA_mal}.js "${@}"
|