Skip to content

Instantly share code, notes, and snippets.

@Jared-Sprague
Created December 2, 2017 06:25
Show Gist options
  • Save Jared-Sprague/70c6052c914afe8b7a1f701923635dbf to your computer and use it in GitHub Desktop.
Save Jared-Sprague/70c6052c914afe8b7a1f701923635dbf to your computer and use it in GitHub Desktop.
Linux Screenshot Time lapse Script
#!/bin/bash
while [ 1 ]; do shutter -f -e -o './%y-%m-%d-%T.png'; sleep 20; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment