4 lines
46 B
Plaintext
4 lines
46 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
ssh "$(ssh-hosts | fzf)"
|