mirror of
https://git.busybox.net/busybox
synced 2025-05-13 14:14:01 +02:00
5 lines
95 B
Text
Executable file
5 lines
95 B
Text
Executable file
(sleep 1; kill -HUP $$) &
|
|
trap 'echo "Got HUP:$?"; exit' HUP
|
|
while true; do
|
|
read ignored
|
|
done
|