mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-28 16:09:51 +02:00
5 lines
119 B
Bash
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)
|