-
-
Save cdent/259029 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# replace with all the various variables and what not | |
cmd="wget -q -O - http://tiddlyweb.com |uuencode /dev/stdout|\ | |
/usr/bin/mailx -s 'hello' [email protected]" | |
ssh -p 8022 heavy.peermore.com $cmd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment