1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
mal/es6/run
2017-09-28 08:35:05 -05:00

3 lines
78 B
Bash
Executable File

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