vim, gitconfig, update.sh
[dotfiles_afify.git] / .scripts / check_ffmpeg.sh
blob0d694d149d2f6c1cc05cbcbaa681e98545438295
1 #!/bin/sh
3 is_recording=$(pgrep -f "ffmpeg -f" | wc -l)
4 if [ "$is_recording" -gt 0 ]; then
5 echo "\f\x01"
6 fi