Skip to content

Instantly share code, notes, and snippets.

@zachlatta
Created December 31, 2015 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zachlatta/56c6a8a842e79fb09465 to your computer and use it in GitHub Desktop.
Save zachlatta/56c6a8a842e79fb09465 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