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