mirror of
https://github.com/kanaka/mal.git
synced 2024-11-14 00:09:01 +03:00
3 lines
67 B
Plaintext
3 lines
67 B
Plaintext
|
#!/bin/bash
|
||
|
exec Rscript $(dirname $0)/${STEP:-stepA_mal}.r "${@}"
|