add -h to rsync in lf
This commit is contained in:
parent
dcd52a551d
commit
e36afbf4e0
1 changed files with 1 additions and 1 deletions
2
lf.nix
2
lf.nix
|
|
@ -67,7 +67,7 @@
|
|||
shift
|
||||
case "$mode" in
|
||||
copy)
|
||||
rsync -a --ignore-existing --info=progress2 --no-inc-recursive -- "$@" . |
|
||||
rsync -ah --ignore-existing --info=progress2 --no-inc-recursive -- "$@" . |
|
||||
stdbuf -i0 -o0 -e0 tr '\r' '\n' |
|
||||
while IFS= read -r line; do
|
||||
lf -remote "send $id echo $line"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue