mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-25 01:06:17 -04:00
Enable sending multiple files via cli and add files to use this via the send-to menu on Windows and Ubuntu (using Nautilus)
This commit is contained in:
parent
62e198b5d3
commit
eeb7dca884
7 changed files with 271 additions and 84 deletions
6
pairdrop-cli/pairdrop.sh
Normal file
6
pairdrop-cli/pairdrop.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd -P )
|
||||
|
||||
cd "$parent_path" || exit
|
||||
|
||||
./pairdrop "$@"
|
Loading…
Add table
Add a link
Reference in a new issue