mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 23:06:49 +02:00
Fixed while loop.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user