/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
while [ 1 ]; do /usr/sbin/screencapture -T0 ~/Desktop/screen-`date +%F-%H-%M-%S`.png sleep 15 done