mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-30 23:14:42 +00: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:
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd -P )
|
||||
|
||||
cd "$parent_path" || exit
|
||||
|
||||
./pairdrop "$@"
|
||||
Reference in New Issue
Block a user