@@ -0,0 +1,15 @@
#!/bin/bash
case "$1" in
hello)
echo Hello world
;;
foobar)
echo Foobar
*)
echo "Usage: ..."
esac
The note is not visible to the blocked user.