Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Snap and upload iSight pictures on wake from sleep' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Snap and upload iSight pictures on wake from sleep
Authored by: hessi on Jan 30, '07 03:11:17PM
Thanks for the hint, works perfect. I just made two small adjustments to your script:

mv /Users/USERNAME/Documents/capture/*.jpg /Users/USERNAME/Documents/capture/uploaded/

instead of

rm /Users/USERNAME/Documents/capture/*.jpg

to still have a local copy of the file. And

rm ~/.netrc

to still be able to use ftp.

[ Reply to This | # ]