diff --git a/demo.sh b/demo.sh index 841436f..09110e2 100644 --- a/demo.sh +++ b/demo.sh @@ -14,3 +14,9 @@ function wait() read -rst "$PROMPT_TIMEOUT" fi } + +function type() +{ + printf "$*\n" | simtyping + wait +}