test10.sh 119 B

12345
  1. #!./testshell
  2. echo 'You should be able to end the script with one SIGINT'
  3. (while :; do wc /kernel > /dev/null ; done)