;;
esac
-n900-status-wifi "$1" &&
xtitle "$1" "$2" "$title" &&
if [ "`gajim-remote check_gajim_running 2>/dev/null`" = True ]; then
gajim-remote change_status "$2" "$title"
+++ /dev/null
-#! /bin/sh
-
-if [ -z "$1" ]; then
- echo "Usage $0 [usb|wifi] [command]" 1>&2
- exit 1
-fi
-
-transport="$1"
-shift
-
-exec s root@n900-"$transport" "$@"
+++ /dev/null
-#! /bin/sh
-
-[ -S "$HOME"/.ssh/controls/root@n900-wifi:22 ] &&
- ssh -4 root@n900-wifi "exec run-standalone.sh exec /usr/local/bin/im-$1"
-exit 0