From 11e90bfad35019dd5f033624f332b8c9e7478cf2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 12:35:01 -0600 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index 74e0946..1f4c508 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -119,6 +119,7 @@ case $1 in echo -e "${CS[bg,Blue]}${CS[color,White]}-> `date -d"${tdt}" +"%a, %b, %d %Y"` ${CS[color,Default]}${CS[bg,Default]}" for hour in $day/* ; do + echo $hour echo -e "${CS[color,Green]} -> `sed 's/.*\///' <<< $hour`${CS[color,Default]}" done done