tangetools/fxkill/fxkill
2019-10-12 22:20:20 +02:00

6 lines
118 B
Bash
Executable file

#!/bin/bash
# Kill firefox content processes
ps aux |G firefox contentproc childID -v grep |field 2 | xargs -r kill