From 4f2cab49d6bc491b777374e0f86f5b821dbe2a23 Mon Sep 17 00:00:00 2001 From: Michael De Roover Date: Fri, 10 Jul 2020 20:29:48 +0200 Subject: [PATCH] Add column info --- cv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cv b/cv index eb6a258..81cf79c 100755 --- a/cv +++ b/cv @@ -42,12 +42,15 @@ out(){ frame(){ case "$1" in top) printf "╔══════════════════════════════════════╗\n" ;; + table) printf "║ Statistic ║ Today ║ Yesterday ║\n" + printf "╟────────────╫────────────╫────────────╢\n" ;; up) printf "╠════════════╦════════════╦════════════╣\n" ;; down) printf "╚════════════╩════════════╩════════════╝\n" ;; esac } result(){ frame up + frame table out Total cases out "╰> Per 1M" casesPerOneMillion out Active active