From 152eface6e110d3e1edf6349422990f993711ce4 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 26 Jul 2004 21:29:16 +0000 Subject: [PATCH] Added bluetooth push script --- bluetooth/push-blue | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bluetooth/push-blue 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 -- 2.30.2