scripts/rec: make more verbose

This commit is contained in:
Michele Guerini Rocco 2022-06-29 12:10:09 +02:00
parent e0c8082122
commit 3a526328bc
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -11,7 +11,9 @@ record() {
}
if test ! -f recording.mkv; then
echo recording in 2s...
record &
else
pkill ffmpeg
echo stopped recording
fi