Created
August 1, 2020 16:47
-
-
Save plutozonexyz/de54f16e3a38c052ef2a6735d1c0308a to your computer and use it in GitHub Desktop.
gets corona stats in the terminal with cURL
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
#!/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