Untitled

 avatar
unknown
plain_text
3 years ago
220 B
6
Indexable
remoteCommand='pssh --inline-stdout -h ~/.ssh/pssh_config "echo -n $(hostname);"'"'"'echo -n " -> $(hostname) ["; if [ $(hostname) == "HostOS" ]; then echo -n $(hostname -I); else echo -n $(hostname -i); fi; echo "]"'"'"
Editor is loading...