Answers for "shell script infinite while loop"

1

infinite loop bash

while :; do echo 'Hit CTRL+C'; sleep 1; done
Posted by: Guest on June-16-2021

Code answers related to "shell script infinite while loop"

Browse Popular Code Answers by Language