Advertisement
naesk

raspberrypiAsciiLogo2.sh

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