From ed5b684eb1bb3a3bd3ca3312568b6fa536e271d4 Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Thu, 23 Nov 2017 21:18:36 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf1d7bd..50c48b6 100644 --- a/README.md +++ b/README.md @@ -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 +~~~~