mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 01:04:10 +02:00
Fixed typo.
This commit is contained in:
@@ -134,7 +134,7 @@ case "$VARIABLE" in
|
||||
esac
|
||||
|
||||
# for loops iterate for as many arguments given:
|
||||
# The contents of var $VARIABLE is printed three times.
|
||||
# The contents of $VARIABLE is printed three times.
|
||||
for VARIABLE in {1..3}
|
||||
do
|
||||
echo "$VARIABLE"
|
||||
|
Reference in New Issue
Block a user