diff --git a/hello-world.sh b/hello-world.sh index 820dd3c..ebc4940 100644 --- a/hello-world.sh +++ b/hello-world.sh @@ -1,3 +1,4 @@ echo "hello world?" echo "this is a push commit test." -echo "this is another line. yet another test." \ No newline at end of file +echo "this is another line. yet another test." +echo "final line in the script." \ No newline at end of file