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

19 lines
258 B
Bash

#!./testshell
echo 'Test 4: Three shells all loop. You should be able to terminate this'
echo ' script with just one SIGINT or SIGQUIT'
if [ $ZSH_VERSION ] ; then
source lib.sh
else
. lib.sh
fi
(
(
endless
)
endless
)
endless