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 $*
|