Skip to content

Instantly share code, notes, and snippets.

@franz101
Created July 23, 2019 08:42
Show Gist options
  • Save franz101/82e9e2771d7ec5791c5ce157ddead44c to your computer and use it in GitHub Desktop.
Save franz101/82e9e2771d7ec5791c5ce157ddead44c to your computer and use it in GitHub Desktop.
while [ 1 ]
do
screencapture -x ~/Desktop/Capture/$(date +%s).jpg
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment