Security System with Hazel

From your noodle to other noodles. Talk about ways to get the most from Hazel. Even exchange recipes for the cool rules you've thought up. DO NOT POST YOUR QUESTIONS HERE.

Moderators: Mr_Noodle, Moderators

Re: Security System with Hazel Tue Jan 18, 2011 1:03 pm • by Zettt
I also edited the script to take a screen cap as well.

Code: Select all
for ((i=0; i<=5;i++))
do
date=$(date +%y%m%d%H%M%S)
/opt/local/bin/imagesnap "$date-isight.jpg"
/usr/sbin/screencapture -tjpg -x "$date-screen.jpg"
sleep 1
done

ifconfig > "Network Dump.txt"
Zettt
Zettt
 
Posts: 30
Joined: Wed Aug 29, 2007 8:50 am

Previous

Return to Tips & Tricks - DO NOT POST QUESTIONS