mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-28 07:59:50 +02:00
6 lines
142 B
Bash
6 lines
142 B
Bash
#!./testshell
|
|
|
|
echo 'Test 12 (Variant of test10):'
|
|
echo 'You should be able to end the script with one SIGINT'
|
|
(while :; do ./catcher ; done)
|