Created
February 23, 2016 00:54
-
-
Save zmagg/b87db1437324c3c78757 to your computer and use it in GitHub Desktop.
download the tarheeltimes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in {1990..2016} | |
> do | |
> wget "http://www.tarheeltimes.com/schedulebasketball-$i.aspx" | |
> done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment