mirror of
https://github.com/kanaka/mal.git
synced 2024-11-12 17:31:11 +03:00
4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
|
#!/bin/bash
|
||
|
cd $(dirname $0)
|
||
|
exec miniMAL ./${STEP:-stepA_mal}.json "${@}"
|