domingo, 22 de marzo de 2026

Devuan "D" Logo at TXT with color

 #/bin/bash -e
#re-edit by AlexLikeRock 
# Sunday, March 22 2026
#from original  https://github.com/KittyKatt/screenFetch/blob/master/screenfetch-dev   



echo -e "\033[0;35m                                   \033[m"
echo -e "\033[0;35m       ..,,;;;::;,..                  \033[m"
echo -e " \033[0;35m                \`':ddd;:,.             \033[m"
echo -e " \033[0;35m                      \`'dPPd:,.        \033[m"
echo -e " \033[0;35m                          \`:b\$\$b\`.     \033[m"
echo -e " \033[0;35m                             'P\$\$\$d\`   \033[m"
echo -e " \033[0;35m                              .\$\$\$\$\$\`  \033[m"
echo -e " \033[0;35m                              ;\$\$\$\$\$P  \033[m"
echo -e " \033[0;35m                           .:P\$\$\$\$\$\$\`  \033[m"
echo -e " \033[0;35m                       .,:b\$\$\$\$\$\$\$;'   \033[m"
echo -e " \033[0;35m                  .,:dP\$\$\$\$\$\$\$\$b:'     \033[m"
echo -e " \033[0;35m           .,:;db\$\$\$\$\$\$\$\$\$\$Pd'\`        \033[m"
echo -e " \033[0;35m      ,db\$\$\$\$\$\$\$\$\$\$\$\$\$\$b:'\`            \033[m"
echo -e " \033[0;35m     :\$\$\$\$\$\$\$\$\$\$\$\$b:'\`                 \033[m"
echo -e " \033[0;35m      \`\$\$\$\$\$bd:''\`                     \033[m"
echo -e " \033[0;35m        \`'''\`                          \033[m"
echo -e " \033[0;35m                                        \033[m"

        
        
        
exit 0        
        

 

 

----- 

 save as logo.sh

chmod +x logo.sh 

 run at terminal :   ./logo.sh 

No hay comentarios:

Publicar un comentario

Donarme :->

Donar a AlexLikeRock
muchas gracias por tu ayuda :->

Devuan Logo at TXT with color

    #/bin/bash -e #re-edit by AlexLikeRock  # Sunday, March 22 2026 #inspire from Guest57   and https://github.com/KittyKatt/screenFetch/blo...