Skip to content

Instantly share code, notes, and snippets.

@LeSpocky
Last active December 18, 2015 03:59
Show Gist options
  • Save LeSpocky/5722122 to your computer and use it in GitHub Desktop.
Save LeSpocky/5722122 to your computer and use it in GitHub Desktop.
in cronjob tun und die webcam-bilder ablegen mit zeitstempel
#!/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