mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +00:00
imporvements mon2cam
This commit is contained in:
parent
64d6efabd9
commit
b75339b315
1 changed files with 2 additions and 4 deletions
|
@ -5,8 +5,6 @@ ctrl_c() {
|
|||
for (( ; ; ))
|
||||
do
|
||||
trap ctrl_c INT
|
||||
mon2cam -m 0&
|
||||
pid=$!
|
||||
sleep 3m
|
||||
kill -9 $pid
|
||||
timeout --foreground 150 mon2cam -m 0
|
||||
sleep 1
|
||||
done
|
Loading…
Add table
Reference in a new issue