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