added kill-chrome
This commit is contained in:
6
kill-chrome
Executable file
6
kill-chrome
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
ps -ef | grep chromium | grep -v grep | awk '{print $2}' | xargs kill -9
|
||||
ps -ef | grep chromedriver | grep -v grep | awk '{print $2}' | xargs kill -9
|
||||
ps -ef | grep Xvfb | grep -v grep | awk '{print $2}' | xargs kill -9
|
||||
|
||||
Reference in New Issue
Block a user