Rants and ravings of a semi-autistic developer who has a hard time remembering idiotic nonsense details. Why remember it, when you know where to find it.
rssh() { xargs -i\{} -t ssh {} $@; }
$ cat list | rssh 'command'
No comments:
Post a Comment