I was wondering if there any way I can shut down a computer (or VM on google cloud platform) once a group of processes are all completed in command line (bash)
For example: I have five jobs ruing: Job_1, ..., Job_5. Each job might complete at different time, and I would like to shut down the computer once all jobs are completed.
