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