Created
May 26, 2025 07:38
-
-
Save Phoenix124/bae13b7763d5e05d76e7327b28980255 to your computer and use it in GitHub Desktop.
Chrome process kill
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for pid in $(ps -ef | grep "chromedriver" | awk '{print $2}'); do kill -9 $pid; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment