Last active
December 18, 2015 03:59
-
-
Save LeSpocky/5722122 to your computer and use it in GitHub Desktop.
in cronjob tun und die webcam-bilder ablegen mit zeitstempel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sleep 84 | |
cd /home/alex/public_html/flut | |
wget -q http://www.eulenspiegel-multimedia.de/images/flut/flut_aktuell.jpg -O flut_aktuell_$(date +'%Y-%m-%d_%H:%M').jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment