This would be great for my current cloud setup: ./getIpsFromAPI | parallel --tag --nonall -S - --transfer fixThing.sh
I want it to take the local file, transfer it and exec it in the usual way, but I want the filename as an arg to transfer, and the hostnames to come from stdin. Is there a way to do that?