Skip to content

Instantly share code, notes, and snippets.

@FND
Created December 17, 2009 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save FND/259019 to your computer and use it in GitHub Desktop.
Save FND/259019 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
url=${1:?}
host="..."
email="..."
cmd="wget -q -O - $url | uuencode doc.html | /bin/mailx -s '$url' $email"
ssh $host $cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment