#!/bin/bash
MESSAGE=”Hello from my iMac!” # Your message
# List of phone numbers in sequence after yours
PHONE_NUMBERS=(“6717872345” “6717872346” “6717872347” “6717872348” “6717872349” “6717872350” “6717872351” “6717872352” “6717872353” “6717872354”)
# Loop through each number and send the message
for PHONE_NUMBER in “${PHONE_NUMBERS[@]}”; do
osascript <