diff --git a/messages.applescript b/messages.applescript new file mode 100644 index 0000000..0d5898e --- /dev/null +++ b/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 \ No newline at end of file