removed implicit newline from type

This commit is contained in:
Kjistóf 2017-10-08 03:32:03 +02:00
parent 2f6c4c6023
commit 567af6399d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function wait()
}
function type()
{ printf "$*\n" | simtyping; }
{ printf "$*" | simtyping; }
function execute()
{ type "$@" && wait && eval "$@"; }