dotfiles/.local/bin/scripts/blues
2021-11-25 13:59:18 +01:00

3 lines
129 B
Bash
Executable file

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