/ Scripts / .logo
.logo
 1  #!/bin/bash
 2  # shellcheck source=./Scripts/defaults.sh
 3  
 4  . "$HOME"/RoninDojo/Scripts/functions.sh
 5  
 6  #red=$(tput setaf 1)
 7  # used for color with ${red}
 8  #c=$(tput sgr0)
 9  # No Color
10  
11  cat <<EOF
12  ${nc}
13  _____________________________________________________|_._._._._._._._._,
14  \____________________________________________________|█|█|█|█|█|█|█|█|█|
15                                                       !
16  ${red}
17  ██████╗  ██████╗ ███╗   ██╗██╗███╗   ██╗██████╗  ██████╗      ██╗ ██████╗ 
18  ██╔══██╗██╔═══██╗████╗  ██║██║████╗  ██║██╔══██╗██╔═══██╗     ██║██╔═══██╗
19  ██████╔╝██║   ██║██╔██╗ ██║██║██╔██╗ ██║██║  ██║██║   ██║     ██║██║   ██║
20  ██╔══██╗██║   ██║██║╚██╗██║██║██║╚██╗██║██║  ██║██║   ██║██   ██║██║   ██║
21  ██║  ██║╚██████╔╝██║ ╚████║██║██║ ╚████║██████╔╝╚██████╔╝╚█████╔╝╚██████╔╝
22  ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚═╝╚═╝  ╚═══╝╚═════╝  ╚═════╝  ╚════╝  ╚═════╝ 
23                                          I dreamt of worldly success once.
24  ${nc}
25  ,_._._._._._._._._|_____________________________________________________
26  |█|█|█|█|█|█|█|█|█|____________________________________________________/
27                    !
28  EOF
29  _sleep 2