If you want Ctrl-C to be able to stop your loop in Bash, put this inside the loop:
trap "echo Exited!; exit;" SIGINT SIGTERM
(source)
A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.