summaryrefslogtreecommitdiff
path: root/scripts/desktop/dmenu_ssh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/desktop/dmenu_ssh')
-rwxr-xr-xscripts/desktop/dmenu_ssh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/desktop/dmenu_ssh b/scripts/desktop/dmenu_ssh
deleted file mode 100755
index 76d9aa72..00000000
--- a/scripts/desktop/dmenu_ssh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-host=$(perl -wlne'/^Host\s+(\S+)/ and !/\*/ and print $1' $HOME/.ssh/config \
- | dmenu -p "ssh to tmux on host" "$@")
-if [ -n "$host" ]; then
- xfce4-terminal -x ssh-and-tmux "$host"
-fi