Created
April 16, 2013 04:37
-
-
Save steveriggins/5393379 to your computer and use it in GitHub Desktop.
It's All About The Benjamins
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
tell application "Messages" | |
set allTheBens to every buddy whose id contains "[email protected]" | |
set ben to item 1 of allTheBens | |
send "hey" to ben | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment