4 lines
80 B
Text
4 lines
80 B
Text
|
#!/bin/sh
|
||
|
|
||
|
ssh "$(grep '^Host\b' "$HOME"/.ssh/config | awk '{print $2}' | fzf)"
|