init
This commit is contained in:
8
bin/st-rec
Executable file
8
bin/st-rec
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
sleep 1
|
||||
PID=$(pidof ffmpeg)
|
||||
if [ -n "$PID" ]; then
|
||||
echo " REC"
|
||||
elif [ -z "$PID" ]; then
|
||||
echo " IDLE"
|
||||
fi
|
||||
Reference in New Issue
Block a user