5 lines
193 B
Bash
Executable file
5 lines
193 B
Bash
Executable file
#!/bin/bash
|
|
ffmpeg -i 'https://kelder.zeus.ugent.be/webcam/video/mjpg.cgi?profileid=2' -frames:v 1 test.jpg -y
|
|
echo yeet
|
|
# curl 'http://10.1.0.155:5000/link/start/0/6'
|
|
# python3 checkifpink.py
|