This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
8516
/
Test
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
master
Ramuri
Etichete
master
Test
/
EVSE
/
GPL
/
busybox-1.28.1
/
shell
/
ash_test
/
ash-signals
/
signal_read2.tests
signal_read2.tests
91 B
Permalink
Istoric
Crud
1
2
3
4
5
6
7
$THIS_SH -c '
(sleep 1; kill -HUP $$) &
while true; do
read ignored
done
'
echo "Done:$?"