Created
December 2, 2017 06:25
-
-
Save Jared-Sprague/70c6052c914afe8b7a1f701923635dbf to your computer and use it in GitHub Desktop.
Linux Screenshot Time lapse Script
This file contains hidden or 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
#!/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