diff --git a/demo.sh b/demo.sh index f67ff0c..f2f2f08 100644 --- a/demo.sh +++ b/demo.sh @@ -17,7 +17,7 @@ function wait() } function type() -{ printf "$*\n" | simtyping; } +{ printf "$*" | simtyping; } function execute() { type "$@" && wait && eval "$@"; }