removed implicit newline from type

This commit is contained in:
Kjistóf 2017-10-08 03:32:03 +02:00
parent 2f6c4c6023
commit 567af6399d

View File

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