Closed knrc closed 5 years ago
should this maybe be:
while true; do... ?
while true; do...
Both are valid POSIX, the difference is ':' is built in to the shell where as true is often external.
should this maybe be:
while true; do...
?