Created
November 17, 2012 12:17
-
-
Save cyrildiagne/4095478 to your computer and use it in GitHub Desktop.
OSX Shell script to take a snapshot of the screen every X seconds
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
while true ; do sleep 2 && echo `date`‘ Capturing screenshot…’ && screencapture -C -m -t jpg -x -f cap.`date +%s`.jpg ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment