From e11627269a6b92f1a517cd17fe56696c23973087 Mon Sep 17 00:00:00 2001 From: MarioRobres Date: Tue, 31 Mar 2026 15:09:35 +0200 Subject: [PATCH] commit with failures --- src/script.sh | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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