Update README.md
This commit is contained in:
parent
90d20772b1
commit
ed5b684eb1
1 changed files with 2 additions and 0 deletions
|
@ -2,8 +2,10 @@ See 420Project17fall.pdf
|
||||||
|
|
||||||
use this script to download the data files, because I'm not hosting them here.
|
use this script to download the data files, because I'm not hosting them here.
|
||||||
|
|
||||||
|
~~~~
|
||||||
mkdir "data"
|
mkdir "data"
|
||||||
for i in {0..28}
|
for i in {0..28}
|
||||||
do
|
do
|
||||||
wget "http://courses.cse.tamu.edu/daugher/misc/PPP/homeworks/data/${i}states.bin" -O "data/${i}.bin"
|
wget "http://courses.cse.tamu.edu/daugher/misc/PPP/homeworks/data/${i}states.bin" -O "data/${i}.bin"
|
||||||
done
|
done
|
||||||
|
~~~~
|
||||||
|
|
Reference in a new issue