From d253d2b106a1bca5517967c8bd6e867810e6fd89 Mon Sep 17 00:00:00 2001 From: hieudz Date: Fri, 10 Jul 2020 16:43:51 +0900 Subject: [PATCH 1/2] Update helloworld.sh --- helloworld.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/helloworld.sh b/helloworld.sh index 95a03f14..163dde2b 100644 --- a/helloworld.sh +++ b/helloworld.sh @@ -14,3 +14,4 @@ # limitations under the License. echo "Hello, world!" +echo "The time is $(date)." From 05b55dcd012f0c3fb23aeb054c8f2a408053c995 Mon Sep 17 00:00:00 2001 From: hieudz Date: Fri, 10 Jul 2020 16:46:46 +0900 Subject: [PATCH 2/2] Update helloworld.sh --- helloworld.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.sh b/helloworld.sh index 163dde2b..a6a8cb62 100644 --- a/helloworld.sh +++ b/helloworld.sh @@ -14,4 +14,4 @@ # limitations under the License. echo "Hello, world!" -echo "The time is $(date)." +echo "The time is $(date). haha"