Add more statistics
This commit is contained in:
parent
9fb4a3dc14
commit
376a46bf4d
2
cv
2
cv
@ -44,6 +44,8 @@ result(){
|
|||||||
echo "Total: $(get cases)"
|
echo "Total: $(get cases)"
|
||||||
echo "Active: $(get active)"
|
echo "Active: $(get active)"
|
||||||
echo "New: $(get todayCases)"
|
echo "New: $(get todayCases)"
|
||||||
|
echo "Deaths: $(get deaths)"
|
||||||
|
echo "Recovered: $(get recovered)"
|
||||||
echo "Tests: $(get tests)"
|
echo "Tests: $(get tests)"
|
||||||
if [ -f "$data/$ydate-$country" ]
|
if [ -f "$data/$ydate-$country" ]
|
||||||
then
|
then
|
||||||
|
Reference in New Issue
Block a user