Yes! You can send a message from your iMac to a phone number using **AppleScript** with the **Messages app**. Here’s a simple script:
“`bash
#!/bin/bash
PHONE_NUMBER=”1234567890″ # Replace with the recipient’s number MESSAGE=”Hello from my iMac!” # Your message
osascript <