Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Last active August 29, 2015 14:01
Show Gist options
  • Save BitPuffin/70d91c31848db62b1b9f to your computer and use it in GitHub Desktop.
Save BitPuffin/70d91c31848db62b1b9f to your computer and use it in GitHub Desktop.
Timelapse mac os x
while true; do
FILENAME=`date "+%y-%m-%d-%s"`.png
screencapture -x -f $FILENAME
sleep 5
done
@BitPuffin
Copy link
Author

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