Add more statistics

This commit is contained in:
Michael De Roover 2020-05-12 22:54:34 +02:00
parent 9fb4a3dc14
commit 376a46bf4d
Signed by: vim
GPG Key ID: 075496E232CE04CB

2
cv
View File

@ -44,6 +44,8 @@ result(){
echo "Total: $(get cases)"
echo "Active: $(get active)"
echo "New: $(get todayCases)"
echo "Deaths: $(get deaths)"
echo "Recovered: $(get recovered)"
echo "Tests: $(get tests)"
if [ -f "$data/$ydate-$country" ]
then