@@ -0,0 +1,12 @@
#! /bin/bash
trap func SIGINT SIGTERM
function func {
echo "haha try again young padawan"
echo $1
}
while : ; do
sleep 1
done
The note is not visible to the blocked user.