Skip to content

SMS your AT&T phone the last line of a shell command (e.g. build status)

Notifications You must be signed in to change notification settings

codewithrenato/safe-nerf-time

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Safe Nerf Time

Don't you hate when this happens?

compiling

You're nerf sword battling your teammates while your code compiles. Your boss asks what's going on. You explain to her that your code is still compiling... but, you just lied. The build failed unexpectedly!

This tool sends an SMS to your AT&T phone when a shell command (e.g. a build script) has exited. It sends you the last line, so you know what to expect when you return to your workstation.

Setup

  1. Edit sms_me_last_line.sh and specify values for clientid and clientsecret.

Usage

  1. Run your build script and pipe the output into sms_me_last_line.sh specifying your phone number as a parameter:
$ fakebuild.sh | sms_me_last_line.sh "+14158675309"

About

SMS your AT&T phone the last line of a shell command (e.g. build status)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%