2 Comments

  1. `$$` is the Bash script’s process ID itself. If the purpose it to kill a process and all its child processes, replace `$$` with that process’ process ID.

Leave a Reply

Your email address will not be published. Required fields are marked *