diff --git a/helloworld.sh b/helloworld.sh index 23bf47c..d38dea2 100755 --- a/helloworld.sh +++ b/helloworld.sh @@ -1,3 +1,5 @@ #!/bin/bash echo "Hello World" + +exit 1