mirror of
https://github.com/kanaka/mal.git
synced 2024-11-11 00:52:44 +03:00
3 lines
73 B
Bash
Executable File
3 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
exec node -r esm $(dirname $0)/${STEP:-stepA_mal}.mjs "${@}"
|