mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Edit wording of while loop in bash.
This commit is contained in:
parent
c4f541dc92
commit
de5a359faa
@ -53,10 +53,10 @@ else
|
||||
echo "And this is not"
|
||||
fi
|
||||
|
||||
# And the usual while loop:
|
||||
# while loop:
|
||||
while [true]
|
||||
do
|
||||
echo "put loop content here..."
|
||||
echo "loop body here..."
|
||||
break
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user