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