mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 16:39:14 +00:00
Update plugins/gsconnect
Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com>
This commit is contained in:
parent
cd2445607b
commit
d1de515532
|
@ -15,5 +15,5 @@ if [ -s "$selection" ]; then
|
|||
# Clear selection
|
||||
printf "-" > "$NNN_PIPE"
|
||||
else
|
||||
$gsconnect -d "$id" --share-file="$(pwd)/$1"
|
||||
"$gsconnect" -d "$id" --share-file="$2/$1"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue