Skip to content

Instantly share code, notes, and snippets.

@maxwofford
Forked from zachlatta/notif
Created July 14, 2016 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxwofford/3e1909d406b2ce15ee2a4291a754bc05 to your computer and use it in GitHub Desktop.
Save maxwofford/3e1909d406b2ce15ee2a4291a754bc05 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "Hey! This is a notification from The Hack Series." | twilio-sms $1
sleep 1
echo "We're excited to see you at 1PM today at Make School (1547 Mission St, San Francisco, CA 94103)." | twilio-sms $1
sleep 1
echo "We'll be starting sharply at 1PM, so please plan to arrive 5 minutes early. Don't forget to bring a laptop (unless we've individually talked to you about this already)!" | twilio-sms $1
sleep 1
echo "If you have any questions, please don't hesitate to text or call Zach at 310-801-7309. See you soon!" | twilio-sms $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment