From 39d0d1f0a88947a6a8b9945d5474b5c071aebff2 Mon Sep 17 00:00:00 2001 From: frode23 Date: Fri, 30 Aug 2019 06:55:41 +0200 Subject: [PATCH] Update helloworld.sh --- helloworld.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/helloworld.sh b/helloworld.sh index 79a32fd6..0b5096e7 100644 --- a/helloworld.sh +++ b/helloworld.sh @@ -1,2 +1,3 @@ #!/bin/sh echo "Hello, world!" +echo "The time is $(date)."