Change to working char to signify carriage returns

This commit is contained in:
Mario Nebl 2018-01-26 21:31:52 +01:00 committed by David Peter
parent 0a1c65b9ce
commit c1941cc7ed

View file

@ -14,7 +14,7 @@ enter() {
sleep $DELAY sleep $DELAY
type $INPUT type $INPUT
sleep 0.5 sleep 0.5
printf '%b' " \n" printf '%b' " >\n"
eval $INPUT eval $INPUT
type "\n" type "\n"
} }