From 633a9ca8e1e1e7a445f6f1cd177bd3f0291f536e Mon Sep 17 00:00:00 2001 From: daru <54768193+Darukutsu@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:04:43 +0100 Subject: [PATCH] Update plugins/gsconnect Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com> --- plugins/gsconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gsconnect b/plugins/gsconnect index 1a481126..1b71aaf1 100755 --- a/plugins/gsconnect +++ b/plugins/gsconnect @@ -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