implemented type function

This commit is contained in:
Kjistóf 2017-10-08 03:01:25 +02:00
parent d02188c6ed
commit 5ac2879344
1 changed files with 6 additions and 0 deletions

View File

@ -14,3 +14,9 @@ function wait()
read -rst "$PROMPT_TIMEOUT"
fi
}
function type()
{
printf "$*\n" | simtyping
wait
}