3 lines
143 B
Plaintext
3 lines
143 B
Plaintext
|
#!/bin/sh
|
||
|
xterm -e "ssh $(cat ~/.ssh/config | grep '^Host ' | cut -d ' ' -f 2 | grep -v '*' | sort | $HOME/.config/i3/dmenu_cmd -p 'SSH to ')"
|