source:
trunk/Scripts/webcam.sh
Last change on this file was 35, checked in by , 14 years ago | |
---|---|
|
|
File size: 193 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | cd ../images/webcam |
4 | while [ 1=1 ] |
5 | do |
6 | wget "http://kamera-knihovna/cgi-bin/viewer/video.jpg" -O webcam_cache.jpg -T 1 --limit-rate=200k |
7 | mv -f webcam_cache.jpg webcam.jpg |
8 | sleep 1 |
9 | done |
Note:
See TracBrowser
for help on using the repository browser.