Files
bash/tests/cracauer-testsuite/test10.sh
T

5 lines
119 B
Bash

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