Skip to content

Instantly share code, notes, and snippets.

@schenkmi
Created July 18, 2019 06:04
Show Gist options
  • Select an option

  • Save schenkmi/b9fe314f7b11a3d2d993298728d7a593 to your computer and use it in GitHub Desktop.

Select an option

Save schenkmi/b9fe314f7b11a3d2d993298728d7a593 to your computer and use it in GitHub Desktop.
Mirror / Download from www.bitsavers.org
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment