1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 17:47:53 +03:00
mal/es6/run
2018-11-28 17:12:17 -06:00

3 lines
73 B
Bash
Executable File

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