Added bluetooth push script
authorTim Pope <code@tpope.net>
Mon, 26 Jul 2004 21:29:16 +0000 (21:29 +0000)
committerTim Pope <code@tpope.net>
Mon, 26 Jul 2004 21:29:16 +0000 (21:29 +0000)
bluetooth/push-blue [new file with mode: 0755]

diff --git a/bluetooth/push-blue b/bluetooth/push-blue
new file mode 100755 (executable)
index 0000000..83e1d67
--- /dev/null
@@ -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