X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=n900;fp=n900;h=0000000000000000000000000000000000000000;hb=6e6e52a7917b2d246199737f05815a4b53f645c5;hp=25cd65d6d71d879443a76ed0a43a08eed655c0a9;hpb=82fd3d0f9e23242508cbb6bfd89ac034669978c8;p=IM.git diff --git a/n900 b/n900 deleted file mode 100755 index 25cd65d..0000000 --- a/n900 +++ /dev/null @@ -1,11 +0,0 @@ -#! /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" "$@"