Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dandjelkovic/551369 to your computer and use it in GitHub Desktop.
Save dandjelkovic/551369 to your computer and use it in GitHub Desktop.
while [ 1 ];do vardate=$(date +%d\-%m\-%Y\_%H.%M.%S); screencapture -x ~/Downloads/Desktop-Screenshots/$vardate.jpg; sleep 10; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment