test12.sh 145 B

123456
  1. #!./testshell
  2. echo 'Test 12 (Variant of test10):'
  3. echo 'This script should not be killable by SIGINT or SIGQUIT'
  4. (while :; do ./catcher ; done)