alten Code gbeseitigt

This commit is contained in:
root 2012-03-29 12:50:14 +02:00
parent 22dcb7223c
commit 92871f7ffb
1 changed files with 0 additions and 21 deletions

21
Dump.sh
View File

@ -49,24 +49,3 @@ while true; do
done
quit 1
wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/0/stream.mjpeg -O dump_cam0_$1.mjpeg &
wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/1/stream.mjpeg -O dump_cam1_$1.mjpeg &
wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/2/stream.mjpeg -O dump_cam2_$1.mjpeg &
wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/3/stream.mjpeg -O dump_cam3_$1.mjpeg &
wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/4/stream.mjpeg -O dump_cam4_$1.mjpeg &
wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/5/stream.mjpeg -O dump_cam5_$1.mjpeg &
wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/6/stream.mjpeg -O dump_cam6_$1.mjpeg &
#wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/7/stream.mjpeg -O dump_cam7_$1.mjpeg &
#wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/8/stream.mjpeg -O dump_cam8_$1.mjpeg &
#wget --ignore-length --http-user=admin --http-passwd=123456 http://192.168.1.66:8080/cam/9/stream.mjpeg -O dump_cam9_$1.mjpeg &
sleep 60
echo "#####
####################"
su
killall -s wget
exit
echo "Today is $(date)"
echo "done download"