dotfiles/.local/bin/scripts/blues

4 lines
129 B
Plaintext
Raw Normal View History

2021-11-25 12:57:02 +00:00
#!/bin/sh
# Send given files via bluetooth
bluedevil-sendfile $(echo "$@" | xargs -n 1 realpath | xargs -n 1 echo -n " --files")