1
0
Fork 0
ryzowanie/local/bin/fssh
2024-06-11 12:13:43 +02:00

3 lines
80 B
Bash
Executable file

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