diff --git a/hello.sh b/hello.sh --- a/hello.sh +++ b/hello.sh @@ -1,2 +1,3 @@ #!/bin/bash echo 'Hello, world' +### Something