@ -20,7 +20,11 @@ function type()
{ printf "$*" | simtyping; }
function execute()
{ type "$@" && wait && eval "$@"; }
{
printf "$(whoami)@$(hostname)\$ "
type "$@" && wait
eval "$@"
}
function cmd()
{ read command && eval "${command}"; }
The note is not visible to the blocked user.