@ -0,0 +1,8 @@
#/bin/bash
trap ctrl_c EXIT
function ctrl_c() {
clear
}
while sleep 1; do clear; date; done
The note is not visible to the blocked user.