Writing a bash script to wait for a process on a remote machine to finish
I’m writing a script to automate some tasks, one of the steps is to wait for a process started on a remote machine to finish execution.
I’m writing a script to automate some tasks, one of the steps is to wait for a process started on a remote machine to finish execution.