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)."