Buddha bless, never down

#!/bin/bash
#Author scott  
#/root/.bash_profile End line
echo -ne "\033[0;33m"
cat<<EOT
                                  _oo0oo_
                                 088888880
                                 88" . "88
                                 (| -_- |)
                                  0\ = /0
                               ___/'---'\___
                             .' \\\\|     |// '.
                            / \\\\|||  :  |||// \\
                           /_ ||||| -:- |||||- \\
                          |   | \\\\\\  -  /// |   |
                          | \_|  ''\---/''  |_/ |
                          . \ .- \ __ '- -' __ / /
                        /--.-- ___ \ ''.. '.'___. 
                     "<' .___ \ _ <|> _ / ___. '>'". "." ' 
                    | |:' - \ '.;' \ _ /';.'/ - ': | | 
                    \ \'. _ \ _ __ \ / __ _ / .- '/ / 
                =====' -.____'.___ \ _____ / ___.- ' ____.- '===== 
                                  ' = --- = ' 
  
  
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ 
                        Buddha bless iii never goes down 
EOT 
echo -ne "\ 033 [m"

  The last line of the script execution command in .bash_profile file in the user directory, which is displayed when you log

Guess you like

Origin www.cnblogs.com/itbox/p/12021670.html