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.

Revisions

  1. schenkmi created this gist Jul 18, 2019.
    4 changes: 4 additions & 0 deletions gistfile1.txt
    Original 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