4 lines
129 B
Plaintext
4 lines
129 B
Plaintext
|
#!/bin/sh
|
||
|
# Send given files via bluetooth
|
||
|
bluedevil-sendfile $(echo "$@" | xargs -n 1 realpath | xargs -n 1 echo -n " --files")
|