X-Git-Url: http://git.tpope.net/?p=tpope-extra.git;a=blobdiff_plain;f=bluetooth%2Fpush-blue;fp=bluetooth%2Fpush-blue;h=83e1d671710e16a1da5ca7b4a430c1a43cabcad4;hp=0000000000000000000000000000000000000000;hb=152eface6e110d3e1edf6349422990f993711ce4;hpb=10fd104abb670b8748c02734a8310738b9f5e9ab diff --git a/bluetooth/push-blue b/bluetooth/push-blue new file mode 100755 index 0000000..83e1d67 --- /dev/null +++ b/bluetooth/push-blue @@ -0,0 +1,8 @@ +#!/bin/sh +# $Id$ +# -*- sh -*- vim: ft=sh sw=4 sts=4 + +for file in "$@"; do + ussp-push /dev/rfcomm0 "$file" "`basename "$file"`" + sleep 1 +done