mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +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 (( ; ; ))
|
for (( ; ; ))
|
||||||
do
|
do
|
||||||
trap ctrl_c INT
|
trap ctrl_c INT
|
||||||
mon2cam -m 0&
|
timeout --foreground 150 mon2cam -m 0
|
||||||
pid=$!
|
sleep 1
|
||||||
sleep 3m
|
|
||||||
kill -9 $pid
|
|
||||||
done
|
done
|
Loading…
Add table
Reference in a new issue