Skip to content

Instantly share code, notes, and snippets.

@simbalinux
Created July 13, 2018 00:22
Show Gist options
  • Select an option

  • Save simbalinux/f3b7285a569bda47ddf2a3ac7c8e3af4 to your computer and use it in GitHub Desktop.

Select an option

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 [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment