Skip to content

Instantly share code, notes, and snippets.

@rochefort
Created April 28, 2016 08:32
Show Gist options
  • Save rochefort/3c8c4c538720be41d68247d4fa08c846 to your computer and use it in GitHub Desktop.
Save rochefort/3c8c4c538720be41d68247d4fa08c846 to your computer and use it in GitHub Desktop.
send mail
{ echo -n 'hostname: ' && hostname; echo -n 'date: ' && date; echo 'df: ' && df -ha;} | mail -s "[redmine]disk usage" [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment