executable_covid19 158 B

123456
  1. #!/bin/sh
  2. curl --silent https://pomber.github.io/covid19/timeseries.json \
  3. | jq --join-output '.Russia[-1] | .confirmed, ":", .deaths, ":", .recovered'