Advertisement
naesk

raspberrypiAsciiLogo.sh

Mar 5th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. #!/bin/bash
  2. # by b3n http://www.raspberrypi.org/phpBB3/viewtopic.php?p=78678
  3.  
  4. echo "$(tput setaf 2)
  5.   .~~.   .~~.
  6.  '. \ ' ' / .'$(tput setaf 1)
  7.   .~ .~~~..~.
  8.  : .~.'~'.~. :
  9. ~ (   ) (   ) ~
  10. ( : '~'.~.'~' : )
  11. ~ .~ (   ) ~. ~
  12.  (  : '~' :  ) $(tput sgr0)Raspberry Pi$(tput setaf 1)
  13.   '~ .~~~. ~'
  14.       '~'
  15. $(tput sgr0)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement