I'm currently using java.lang.ProcessBuilder
to run a shell script on the local machine.
Now I want to use it to run the shell script on different machines. How do I do that?
Note: These are all Linux machines, and I specifically want to use ProcessBuilder
to do it.