Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 395 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 395 Bytes

NotifyMe

Simple e-mail notification service for Linux command line.

Setup

  1. Open the notify_me.sh file with a text editor.
  2. At line 10, insert the e-mail address where you want to be notified.
  3. Optional: personalize the text of the mail.

Usage

Simply call the notify_me.sh script before typing your command:

bash notify_me.sh command arg1 arg2 ...

That's it!