Untitled

Anonymous
plain_text
06/13/2022 11:52 PM
296 B
18
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...