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

delete mon2camF

This commit is contained in:
Luna 2020-10-10 11:13:46 +02:00
parent 4485093402
commit 1b6e12baad
No known key found for this signature in database
GPG key ID: 05246084ED6DAD21

View file

@ -1,10 +0,0 @@
#!/bin/bash
ctrl_c() {
exit;
}
for (( ; ; ))
do
trap ctrl_c INT
timeout --foreground 150 mon2cam -m 0
sleep 1
done