© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Reilly O'Donnell
Senior Frontend Engineer - Sharing everything I know about React, React Native, TS, and building fast, scalable apps
mkdir ~/bin Now let's go to it: cd ~/bin and create a file text.sh #!/bin/bash MESSAGE=$1 # Replace with their number (be sure to include the +1) PHONE_NUMBER=+11234567 if [ "$#" -ne 1 ]; then echo "Usage: $0 MESSAGE" exit 1 fi osascript...
No responses yet.