1
0
Fork 0

change copy command

This commit is contained in:
Luca Bilke 2024-02-15 01:08:58 +01:00
parent 750284aef3
commit 3347663ca5

View file

@ -86,7 +86,7 @@ cmd paste &{{
shift
case "$mode" in
copy)
rsync -av --ignore-existing --progress -- "$@" . |
rsync -aP --del -- "$@" . |
stdbuf -i0 -o0 -e0 tr '\r' '\n' |
while IFS= read -r line; do
lf -remote "send $id echo $line"