do for this loop?while read -r line
echo $line
donewhile read -r line
do
echo $line
doneShellCheck found a loop that appears to be missing its
do statement. Make sure the loop syntax is correct.
None.
ShellCheck is a static analysis tool for shell scripts. This page is part of its documentation.