Guest User

Untitled

a guest
Apr 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/bash
  2. set -vx
  3. m="The cookie jar is open."
  4. s="Give me a cookie"
  5. id="@vtext.com"
  6. num="0000000000" #fake number for this post.
  7. echo -e $m | mail -s $s $num$id
Add Comment
Please, Sign In to add comment