#!/bin/sh
#ugly hack to allow dbus switchboard to 'sink' to a hildon/dbus app
run-standalone.sh $1&
sleep $2
dbus-send --type=method_call --dest=$3 $4 $5 string:"$6"
