From 8be6a378e56b10659f2c6e11ce04ffab7bf333a3 Mon Sep 17 00:00:00 2001 From: rameshsentient <51635015+rameshsentient@users.noreply.github.com> Date: Wed, 30 Oct 2019 10:16:09 +0530 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)."