From 6e6e52a7917b2d246199737f05815a4b53f645c5 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 23 Mar 2020 09:04:35 +0300 Subject: [PATCH] Feat: Remove N900-related code --- im-status.sh | 1 - n900 | 11 ----------- n900-status-wifi | 5 ----- 3 files changed, 17 deletions(-) delete mode 100755 n900 delete mode 100755 n900-status-wifi diff --git a/im-status.sh b/im-status.sh index 732cf97..f2febc3 100755 --- a/im-status.sh +++ b/im-status.sh @@ -33,7 +33,6 @@ case "$LC_CTYPE" in ;; 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" 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" "$@" diff --git a/n900-status-wifi b/n900-status-wifi deleted file mode 100755 index 07f39bf..0000000 --- a/n900-status-wifi +++ /dev/null @@ -1,5 +0,0 @@ -#! /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 -- 2.39.2