Created
July 18, 2019 06:04
-
-
Save schenkmi/b9fe314f7b11a3d2d993298728d7a593 to your computer and use it in GitHub Desktop.
Revisions
-
schenkmi created this gist
Jul 18, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ Download current IndexByDate.txt from http://www.bitsavers.org/components/ wget http://www.bitsavers.org/components/IndexByDate.txt Delete old stuff and do for val in `awk '{print $3}' IndexByDate.txt`;do wget -x -nH http://www.bitsavers.org/components/$val; done