Skip to content

Instantly share code, notes, and snippets.

@gipert
Last active October 22, 2024 09:38
Show Gist options
  • Save gipert/0b0b846378f56e3a83af946e896d44fd to your computer and use it in GitHub Desktop.
Save gipert/0b0b846378f56e3a83af946e896d44fd to your computer and use it in GitHub Desktop.

Revisions

  1. gipert revised this gist Oct 22, 2024. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions doit.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    wget -q -O- https://pdg.lbl.gov/2023/reviews/contents_sports.html \
    wget -q -O- https://pdg.lbl.gov/2024/reviews/contents_sports.html \
    | sed -nr 's/.+href="(rpp.+-rev-.+\.pdf)".+/\1/p' \
    | parallel wget -nv https://pdg.lbl.gov/2023/reviews/{}
    | parallel wget -nv https://pdg.lbl.gov/2024/reviews/{}
  2. gipert created this gist Nov 11, 2023.
    3 changes: 3 additions & 0 deletions doit.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    wget -q -O- https://pdg.lbl.gov/2023/reviews/contents_sports.html \
    | sed -nr 's/.+href="(rpp.+-rev-.+\.pdf)".+/\1/p' \
    | parallel wget -nv https://pdg.lbl.gov/2023/reviews/{}