mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 18:00:35 +01:00
Change to working char to signify carriage returns
This commit is contained in:
parent
0a1c65b9ce
commit
c1941cc7ed
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue