plugins/rsynccp | 4 ++-- diff --git a/plugins/rsynccp b/plugins/rsynccp index 5cfa66fe6e5614253d1d8c88c97567130ca5b93c..902f9e78563b46fd1e27010b293620bc308c6ede 100755 --- a/plugins/rsynccp +++ b/plugins/rsynccp @@ -15,10 +15,10 @@ # Choose one of these two schemes by commenting # more verbose -xargs -0 -a "$sel" -I % rsync -ah --progress % "$PWD" +xargs -0 -I % rsync -ah --progress % "$PWD" < "$sel" # less verbose -# xargs -0 -a "$sel" -I % rsync -ah --info=progress2 % "$PWD" +# xargs -0 -I % rsync -ah --info=progress2 % "$PWD" < "$sel" # Clear selection if [ -p "$NNN_PIPE" ]; then