Skip to content

Instantly share code, notes, and snippets.

@simbalinux
Created July 13, 2018 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simbalinux/f3b7285a569bda47ddf2a3ac7c8e3af4 to your computer and use it in GitHub Desktop.
Save simbalinux/f3b7285a569bda47ddf2a3ac7c8e3af4 to your computer and use it in GitHub Desktop.
pipe_webpage
#!/usr/bin/env bash
(echo "Content-Type: text/html"; curl localhost/cgi-bin/report.cgi) | /usr/sbin/sendmail user@domain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment