mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fixed while loop.
This commit is contained in:
parent
2cfc0752b4
commit
8be20de321
@ -141,7 +141,7 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# while loop:
|
# while loop:
|
||||||
while [true]
|
while [ true ]
|
||||||
do
|
do
|
||||||
echo "loop body here..."
|
echo "loop body here..."
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user