2 lines
74 B
Bash
Executable file
2 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
ps aux | grep ffmpeg | grep x11 | awk '{print $2}' | xargs kill
|