repo.or.cz
/
dotfiles_afify.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vim, gitconfig, update.sh
[dotfiles_afify.git]
/
.scripts
/
check_ffmpeg.sh
blob
0d694d149d2f6c1cc05cbcbaa681e98545438295
1
#!/bin/sh
2
3
is_recording
=
$
(
pgrep
-f
"ffmpeg -f"
|
wc
-l
)
4
if
[
"
$is_recording
"
-gt
0
];
then
5
echo
"
\f
辶
\x01
"
6
fi