Update README.md

This commit is contained in:
Alex Huddleston 2017-11-23 21:18:36 -06:00 committed by GitHub Enterprise
parent 90d20772b1
commit ed5b684eb1

View file

@ -2,8 +2,10 @@ See 420Project17fall.pdf
use this script to download the data files, because I'm not hosting them here.
~~~~
mkdir "data"
for i in {0..28}
do
wget "http://courses.cse.tamu.edu/daugher/misc/PPP/homeworks/data/${i}states.bin" -O "data/${i}.bin"
done
~~~~