diff --git a/helloworld.sh b/helloworld.sh old mode 100644 new mode 100755 index 85251ac..6294d34 --- a/helloworld.sh +++ b/helloworld.sh @@ -1,2 +1,3 @@ #!/bin/sh echo "Hello, world! The time is $(date)." +echo "I added another line"