Created
March 2, 2021 10:25
-
-
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
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 characters
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