scripts/rec: make more verbose
This commit is contained in:
parent
e0c8082122
commit
3a526328bc
@ -11,7 +11,9 @@ record() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if test ! -f recording.mkv; then
|
if test ! -f recording.mkv; then
|
||||||
|
echo recording in 2s...
|
||||||
record &
|
record &
|
||||||
else
|
else
|
||||||
pkill ffmpeg
|
pkill ffmpeg
|
||||||
|
echo stopped recording
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user