diff --git a/var.sh b/var.sh index 2eb0e2c66da354d787318f31942734e477a5540e..c354e3c27a2c558df03131f3ce6153243d4b73f3 100644 --- a/var.sh +++ b/var.sh @@ -2,4 +2,10 @@ exampleVariable=600 +for i in {1..10} +do + echo hello $i +done + + echo the value of the variable is $exampleVariable