@@ -0,0 +1,13 @@
#! /bin/bash
set -eu
IFS=$'\n\t'
test $# -eq 1 || exit 1
[ -d ${1:-} -o -f ${1:-} ] || exit 2
[[ $1 =~ \.\. ]] && exit 3
echo rm -f $1
The note is not visible to the blocked user.