change copy command
This commit is contained in:
parent
750284aef3
commit
3347663ca5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue