#! /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" "$@"