git-subtree-dir: software/mza git-subtree-split: f970a59b177c13ca3dd8aaef8cc6681d83b7e813
6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
MZNFZN_EXEC=${MZNFZN-mzn-fzn}
|
|
|
|
$MZNFZN_EXEC -G g12_fd -b fd $*
|