From c5269fd0025ce012f45557fda72597fa29defa37 Mon Sep 17 00:00:00 2001
From: æstrid
Date: Wed, 4 Sep 2024 18:24:12 +1200
Subject: formatting and stuff

---
 worldclock | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

(limited to 'worldclock')

diff --git a/worldclock b/worldclock
index f6526a0..9e55bb9 100755
--- a/worldclock
+++ b/worldclock
@@ -9,10 +9,9 @@ do
     clear
     echo
     for TZ in $ZONES ; do
-        if [ $TZ = "unix" ] ; then
-            TIME=$( date +%s )
-        else
-            TIME=$( date )
+        if [ $TZ = "unix" ]
+        then TIME=$( date +%s )
+        else TIME=$( date )
         fi
         echo -e $TIME "\t" $TZ
     done
@@ -22,8 +21,7 @@ do
         TZ=$HOMEZONE date +%T | sed -e 's/:/ . /g' | figlet -f banner
     fi
     if [ x"$1" = x"loop" ]
-    then sleep 1 ; continue
+    then sleep 1
     else break
     fi
-    sleep 1
 done
-- 
cgit 1.4.1-2-gfad0