1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-18 16:26:50 +00:00

imporvements mon2cam

This commit is contained in:
Luna 2020-09-22 01:21:55 +02:00
parent 64d6efabd9
commit b75339b315
No known key found for this signature in database
GPG key ID: 05246084ED6DAD21

View file

@ -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