Automated Screen-Capture


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. while [ 1 ]; do
  2. /usr/sbin/screencapture -T0 ~/Desktop/screen-`date +%F-%H-%M-%S`.png
  3. sleep 15
  4. done

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.