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