Skip to content

Instantly share code, notes, and snippets.

@aaronmelton
Created January 6, 2016 15:24
Show Gist options
  • Select an option

  • Save aaronmelton/2c50911b24c05db3cb86 to your computer and use it in GitHub Desktop.

Select an option

Save aaronmelton/2c50911b24c05db3cb86 to your computer and use it in GitHub Desktop.
#!/bin/bash
#
(echo "DISK FREE:"; df -h; echo -e \\n; echo "DISK USAGE:"; du -h -d1 /var/ftp) | mail -s "Disk Usage Report" user@email.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment