Skip to content

Instantly share code, notes, and snippets.

@sprice
Created November 18, 2010 21:01
Show Gist options
  • Save sprice/705611 to your computer and use it in GitHub Desktop.
Save sprice/705611 to your computer and use it in GitHub Desktop.
#!/bin/bash
EMAIL="[email protected]"
/usr/sbin/sendmail "$EMAIL" <<EOD
To: $EMAIL
Subject: Your tests passed
From: Testbot <[email protected]>
The latest integrations are a success. The tests passed. Congratulations.
EOD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment