Return to Snippet

Revision: 14134
at May 20, 2009 00:27 by randyjhunt


Initial Code
while [ 1 ]; do
  /usr/sbin/screencapture -T0 ~/Desktop/screen-`date +%F-%H-%M-%S`.png
  sleep 15
done

Initial URL


Initial Description


Initial Title
Automated Screen-Capture

Initial Tags
osx

Initial Language
Bash