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