index
:
opcut
master
Cutting stock problem optimizer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
detech
blob: 6c1362c721f72ca6b54df9931a48544aa072e3ec (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#!/bin/sh
if
[
-f
$1
/dodo.py
]
;
then
echo
"opcut build"
exit
0
else
exit
1
fi