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