diff --git a/src/script.sh b/src/script.sh index 8a41000..df60d1c 100644 --- a/src/script.sh +++ b/src/script.sh @@ -3,7 +3,6 @@ set -e set -u -echo "Script execution started" echo "Current date and time:" date "+%Y-%m-%d %H:%M:%S" @@ -18,3 +17,18 @@ echo "Working directory:" pwd echo "Script execution finished" + +# Typo in my commment +echo "Script execution started" + +for i in {1..10}; do + echo "$i" +done + +# Not same tabulation +for i in {1..10}; do + echo "$i" +done + +# Bad command +echo "Bad command