Skip to content

Instantly share code, notes, and snippets.

@webcaetano
Created April 20, 2017 00:01
Show Gist options
  • Save webcaetano/b378c86cb463f7016c70fa5b78213263 to your computer and use it in GitHub Desktop.
Save webcaetano/b378c86cb463f7016c70fa5b78213263 to your computer and use it in GitHub Desktop.
Mac timelapse screencapture

while [ 1 ];do vardate=$(date +%d-%m-%Y_%H.%M.%S); screencapture -t jpg -x ~/Desktop/screencapture/$vardate.jpg; sleep 5; done

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