Advertisement
Guest User

LinuxBashThunderbirdMailer

a guest
Jan 24th, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.10 KB | None | 0 0
  1. #!/bin/bash
  2. clear
  3. echo "Blogg New Post:"
  4. thunderbird -compose to="hyntish82.lh2ex49iofht@blogger.com",subject="Nytt Inlägg",body="text..."
  5. echo "                                                         "
  6. echo "                                                         "
  7. echo "                          ''~''                          "
  8. echo "                         ( o o )                         "
  9. echo " +------------------.oooO--(_)--Oooo.------------------+ "
  10. echo " |                                                     | "
  11. echo " |     LINUX..                           BASH...       | "
  12. echo " |                      .oooO                          | "
  13. echo " |                    (   )   Oooo.                    | "
  14. echo " +---------------------\ (----(   )--------------------+ "
  15. echo "                        \_)    ) /                       "
  16. echo "                              (_/                        "
  17. echo "           http://verklighetochdrom.blogspot.se/         "            
  18. echo "                                                         "
  19. echo "                  hynt@speed-mailer.com                  "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement