mirror of
https://github.com/rwxrob/dot
synced 2024-11-18 15:25:52 +00:00
7 lines
161 B
Bash
Executable File
7 lines
161 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Reports the corona virus stats in a terminal friendly format taking an
|
|
# optional argument that is the region.
|
|
|
|
curl https://corona-stats.online/$1
|