@@ -0,0 +1,5 @@
#!/bin/sh
trap "touch SIGINT.tmp; ls -l; exit" INT TERM
trap "echo 'really exiting'; exit" EXIT
echo Starting loop
while true; do sleep 1; done
The note is not visible to the blocked user.