Answers for "run infinite while loop in shell script"

1

infinite loop bash

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

Code answers related to "run infinite while loop in shell script"

Browse Popular Code Answers by Language