git-subtree-dir: prototype git-subtree-split: 91f7db00d45e7f991b5587ee07f09977ae311ee7
6 lines
64 B
Bash
6 lines
64 B
Bash
#!/bin/sh
|
|
|
|
MINIZINC_EXEC=mzn-cplex
|
|
|
|
$MINIZINC_EXEC -G linear $*
|