Skip to content

Commit

Permalink
Added messages.applescript
Browse files Browse the repository at this point in the history
  • Loading branch information
bboyairwreck committed May 3, 2016
1 parent 5d98e3f commit a7afff4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions messages.applescript
@@ -0,0 +1,6 @@
on run {msgText, targetPhoneNum}
tell application "Messages"
set serviceID to id of 1st service whose service type = iMessage
send msgText to buddy targetPhoneNum of service id serviceID
end tell
end run

0 comments on commit a7afff4

Please sign in to comment.