/classic-apple-logo-bash

Classic Apple logo bash printf ASCII

Primary LanguageShell

Classic Apple logo bash ASCII script

Screenshot

Add these lines to the top of your ~/.bash_profile or .bashrc file

grn=$'\033[38;5;034m'
ylw=$'\033[38;5;226m'
org=$'\033[38;5;208m'
rde=$'\033[38;5;196m'
mgt=$'\033[38;5;129m'
blu=$'\033[38;5;038m'
reset=$'\x1b[0m'
printf "
$grn                           ·····
$grn                        ·······
$grn                      ········
$grn                     ········
$ylw                     ·······
$ylw                     ····
$ylw       ·············   ··············
$ylw     ··································
$org   ·····································
$org  ···································
$org ···································
$org ··································
$rde ··································
$rde ··································
$rde ··································
$rde ···································
$mgt ·····································
$mgt  ·······································
$mgt   ······································
$mgt    ····································
$blu     ··································
$blu      ·······························
$blu        ····························
$blu          ·········     ··········$reset
"