summaryrefslogtreecommitdiff
path: root/archive/bin/urxvttmux-prompt
blob: 35a6a17f82da09ecb3b35e11af7f31743fedfa3c (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

. $HOME/.shenv

input=$(zenity --title "remote tmux" --text "[user@]host" --entry)

if ! [ "$input" = "" ]; then
    urxvttmux $input
fi