@ -13,6 +13,7 @@ function wait()
else
read -rst "$PROMPT_TIMEOUT"
fi
printf "\n"
}
function type()
@ -20,3 +21,6 @@ function type()
printf "$*\n" | simtyping
wait
function execute()
{ type "$@" && eval "$@"; }
The note is not visible to the blocked user.