Created
September 6, 2015 10:03
-
-
Save doubleswirve/e277f2bc34933ccede13 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set pic to POSIX file "/path/to/image.jpg" | |
| repeat 3 times | |
| tell application "Messages" | |
| send pic to buddy "%YOUR BUDDY'S NAME%" | |
| end tell | |
| end repeat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment