init
This commit is contained in:
commit
90f92d4c66
20 changed files with 425 additions and 0 deletions
2
bin/record-stop
Executable file
2
bin/record-stop
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
ps aux | grep ffmpeg | grep x11 | awk '{print $2}' | xargs kill
|
Loading…
Add table
Add a link
Reference in a new issue