@@ -1,8 +1,13 @@
#!/bin/sh
set -e
bold=$(tput bold)
normal=$(tput sgr0)
if [ ! -z "$TERM" ]; then
else
bold=""
normal=""
fi
step() {
echo "${bold}$1${normal}"
The note is not visible to the blocked user.