From e76c4695600807d6b05b119737d9ab3ba088d2ce Mon Sep 17 00:00:00 2001 From: 15r Date: Sun, 1 Sep 2019 19:05:36 +0530 Subject: [PATCH] Update helloworld.sh --- helloworld.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helloworld.sh b/helloworld.sh index 79a32fd6..87d9bcb6 100644 --- a/helloworld.sh +++ b/helloworld.sh @@ -1,2 +1,4 @@ #!/bin/sh echo "Hello, world!" +echo "The time is $(date)." +