Are there a little more detailed instructions for a less technical person like me? I'd like to do this as well. I pasted the script into the apple script editor and then hit run and it instantly sent me the email and text. How do I set it up to just check every minute and not constantly send them?
Thanks
You'll need to download the attached file in the original post.
1. You add your email in the coded part inside AppleScript Editor, then you save as a script as (Nexus5.scpt).
2. You place that file in the same folder as the checkfor5.sh shell file (you unzipped after downloading).
3. You open terminal and navigate to the folder where the files are. (write "cd", add a space and drag the folder from Finder to command line)
4. To test the script you altered with your email, enter "osascript ./Nexus5.scpt" and you'll receive a test email.
5. Then run the .sh file (bash checkfor5.sh), and just leave the computer and the terminal window both open.
Last edited: