trap_handler() {
echo trap
}
trap trap_handler USR1
sleep 3600 &
while true; do wait; done
569 B
569 B
trap_handler() {
echo trap
}
trap trap_handler USR1
sleep 3600 &
while true; do wait; done