source:
trunk/Cbc/scripts/get.miplib2010
@
1796
Last change on this file since 1796 was 1540, checked in by tkr, 10 years ago | |
---|---|
|
|
File size: 219 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | for file in `cat miplib2010-candidates.test` |
4 | do |
5 | if test -f $file |
6 | then |
7 | echo $file exists |
8 | else |
9 | cd miplib2010-candidates/ |
10 | wget http://miplib.zib.de/miplib2010/$file |
11 | cd .. |
12 | fi |
13 | done |
Note: See TracBrowser
for help on using the repository browser.