@ -1,4 +1,8 @@
#!/bin/sh
for f in "$@"; do
if [ -e "$f" ]; then
xdg-open "$f"
else
echo "Skipping $f" > /dev/stderr
fi
done
The note is not visible to the blocked user.