mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
7 lines
102 B
Text
Executable file
7 lines
102 B
Text
Executable file
trap "echo Exiting; exit" INT
|
|
|
|
(sleep 1; kill -s INT $$) &
|
|
|
|
while continue; do
|
|
continue;
|
|
done
|