Skip to content

Instantly share code, notes, and snippets.

@plutozonexyz
Created August 1, 2020 16:47
Show Gist options
  • Save plutozonexyz/de54f16e3a38c052ef2a6735d1c0308a to your computer and use it in GitHub Desktop.
Save plutozonexyz/de54f16e3a38c052ef2a6735d1c0308a to your computer and use it in GitHub Desktop.
gets corona stats in the terminal with cURL
#!/bin/sh
curl -sL covid19.trackercli.com/basic | grep \| | tr -d "|"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment