git-subtree-dir: dots git-subtree-mainline:2ad98cde17git-subtree-split:f64b634dd8
6 lines
116 B
Bash
Executable File
6 lines
116 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
ssh_hosts="$(grep -E 'Host [a-z0-9\-]*$' ~/.ssh/config | awk '{print $2}')"
|
|
|
|
echo "$ssh_hosts"
|