#!/bin/sh target=$(bt-device -l|tail -n+2|fzy|sed -E 's/^.*\(([0-9A-F:]{17})\)$/\1/') for f in $@; do bt-obex -p $target $f done