do
while read -r line echo $line done
while read -r line do echo $line done
ShellCheck found a loop that appears to be missing its do statement. Make sure the loop syntax is correct.
None.
There was an error while loading. Please reload this page.