@@ -1,13 +0,0 @@
#!/bin/sh
alias dd="dd bs=1 2>/dev/null"
if [ -z "$1" ]; then
dd </dev/stdin
exit 0
fi
while [ -n "$1" ]; do
dd <"$1"
shift 1
done
The note is not visible to the blocked user.