diff --git a/helloworld.sh b/helloworld.sh index 95a03f14..e477f0e5 100644 --- a/helloworld.sh +++ b/helloworld.sh @@ -14,3 +14,5 @@ # limitations under the License. echo "Hello, world!" +echo "The time is $(date)." +echo "Adding a new line."