diff --git a/downloader.sh b/downloader.sh index 27a31bb..ad90583 100755 --- a/downloader.sh +++ b/downloader.sh @@ -2,10 +2,12 @@ # create dir if it doesn't exist mkdir -p pics/oase01 +mkdir -p pics/oase02 while : do currenttime=`date +"%Y-%m-%d_%T"` wget https://campingoase.cz/kamera/oase_01000M.jpg -O "pics/oase01/$currenttime.jpg" + wget https://campingoase.cz/kamera/rpi-domky.jpg -O "pics/oase02/$currenttime.jpg" sleep 60 done