diff --git a/cv b/cv index beebccb..063c799 100755 --- a/cv +++ b/cv @@ -46,6 +46,8 @@ frame(){ printf "╟────────────╫────────────╫────────────╢\n" ;; up) printf "╠════════════╦════════════╦════════════╣\n" ;; down) printf "╚════════════╩════════════╩════════════╝\n" ;; + line) printf "╠════════════╩════════════╩════════════╣\n" ;; + bot) printf "╚══════════════════════════════════════╝\n" ;; esac } result(){ @@ -61,7 +63,14 @@ result(){ out Recovered recovered out Tests tests out "╰> Per 1M" testsPerOneMillion - frame down + if [ ! -f $data/$ydate-$country ] + then + frame line + title "Stats for $country appear to be new." + frame bot + else + frame down + fi } frame top title "Queried at: $date"