From: Tim Pope Date: Mon, 26 Jul 2004 21:29:16 +0000 (+0000) Subject: Added bluetooth push script X-Git-Url: http://git.tpope.net/?p=tpope-extra.git;a=commitdiff_plain;h=152eface6e110d3e1edf6349422990f993711ce4 Added bluetooth push script --- 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