Skip to content

Instantly share code, notes, and snippets.

@LukasForst
Created March 2, 2021 10:25
Show Gist options
  • Save LukasForst/c275a344408af5b152e488d76c758df9 to your computer and use it in GitHub Desktop.
Save LukasForst/c275a344408af5b152e488d76c758df9 to your computer and use it in GitHub Desktop.
Ultimate script to find out how many vaccines were thrown into garbage can so far
curl --silent https://onemocneni-aktualne.mzcr.cz/api/v2/covid-19/ockovani-spotreba.json | jq '.data[].znehodnocene_davky' | awk '{ sum += $1 } END { print sum }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment