Update plugins/gsconnect

Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com>
This commit is contained in:
daru 2022-02-22 17:04:43 +01:00 committed by NRK
parent d1de515532
commit 633a9ca8e1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ gsconnect=$HOME/.local/share/gnome-shell/extensions/gsconnect@andyholmes.github.
id=$($gsconnect -l)
if [ -s "$selection" ]; then
xargs -0 -a $selection -i $gsconnect -d "$id" --share-file="{}"
xargs -0 < "$selection" -I{} "$gsconnect" -d "$id" --share-file="{}"
# Clear selection
printf "-" > "$NNN_PIPE"
else