source: trunk/Scripts/webcam.sh

Last change on this file was 35, checked in by george, 14 years ago
  • Přidáno: Stránka zobrazující webové kamery.
  • Property svn:executable set to *
File size: 193 bytes
Line 
1#!/bin/sh
2
3cd ../images/webcam
4while [ 1=1 ]
5do
6wget "http://kamera-knihovna/cgi-bin/viewer/video.jpg" -O webcam_cache.jpg -T 1 --limit-rate=200k
7mv -f webcam_cache.jpg webcam.jpg
8sleep 1
9done
Note: See TracBrowser for help on using the repository browser.