mirror of
https://github.com/kanaka/mal.git
synced 2024-11-10 12:47:45 +03:00
3 lines
81 B
Plaintext
3 lines
81 B
Plaintext
|
#!/bin/bash
|
||
|
exec tclsh $(dirname $0)/${STEP:-stepA_mal}.tcl ${RAW:+--raw} "${@}"
|