Skip to content

Instantly share code, notes, and snippets.

@marksands
Created September 6, 2014 04:17
Show Gist options
  • Save marksands/5184fe6c7b9d7234738e to your computer and use it in GitHub Desktop.
Save marksands/5184fe6c7b9d7234738e to your computer and use it in GitHub Desktop.
Timelapse screen capture
while true ; do sleep 15 && echo `date`‘ Capturing screenshot…’ && screencapture -C -m -t jpg -x -f cap.`date +%s`.jpg ; done
@marksands
Copy link
Author

while true ; do sleep 15 && echo date‘ Capturing screenshot…’ && screencapture -C -m -x -f cap.date +%s.png ; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment