Skip to content
Snippets Groups Projects
Commit 185ded46 authored by jo8g21's avatar jo8g21
Browse files

adding a for loop

parent d228b131
Branches
No related tags found
No related merge requests found
...@@ -2,4 +2,10 @@ ...@@ -2,4 +2,10 @@
exampleVariable=600 exampleVariable=600
for i in {1..10}
do
echo hello $i
done
echo the value of the variable is $exampleVariable echo the value of the variable is $exampleVariable
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment