dotfiles/bin/record-stop
2025-04-27 21:57:27 +02:00

2 lines
74 B
Bash
Executable file

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