Created
December 31, 2015 06:28
-
-
Save zachlatta/56c6a8a842e79fb09465 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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