@@ -0,0 +1,6 @@
#! /bin/bash
if [ $UID -ne 0 ] ; then
echo "need root"
exit 1
fi
The note is not visible to the blocked user.