We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de24568 + 46c10d6 commit a4c4c5eCopy full SHA for a4c4c5e
hangover.sh
@@ -30,7 +30,7 @@ MESSAGE="Gonna work from home. "$RANDOM_EXCUSE
30
# Send a text message
31
RESPONSE=`curl -fSs -u "$TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN" \
32
-d "From=$MY_NUMBER" -d "To=$NUMBER_OF_BOSS" -d "Body=$MESSAGE" \
33
- "https://api.twilio.com/2010-04-01/Accounts/$TWILIO_ACCOUNT_SID/SMS/Messages"`
+ "https://api.twilio.com/2010-04-01/Accounts/$TWILIO_ACCOUNT_SID/Messages"`
34
35
# Log errors
36
if [ $? -gt 0 ]; then
0 commit comments