Files
bash/tests/cracauer-testsuite/test10.sh
T
2011-12-03 12:52:47 -05:00

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)