paleofetch

mrgrouse's paleofetch fork, a system fetch tool written in C, inspired by suckless' programming style.
Log | Files | Refs | README | LICENSE

debian.h (668B)


      1 // This was stolen from neofetch
      2 char *LOGO[] = {
      3 "       _,met$$$$$gg.            ",
      4 "    ,g$$$$$$$$$$$$$$$P.         ",
      5 "  ,g$$P\"     \"\"\"Y$$.\".          ",
      6 " ,$$P'              `$$$.       ",
      7 "',$$P       ,ggs.     `$$b:     ",
      8 "`d$$'     ,$P\"'   .    $$$      ",
      9 " $$P      d$'     ,    $$P      ",
     10 " $$:      $$.   -    ,d$$'      ",
     11 " $$;      Y$b._   _,d$P'        ",
     12 " Y$$.    `.`\"Y$$$$P\"'           ",
     13 " `$$b      \"-.__                ",
     14 "  `Y$$                          ",
     15 "   `Y$$.                        ",
     16 "     `$$b.  		        ",
     17 "       `Y$$b.                   ",
     18 "          `\"Y$b._               ",
     19 "              `\"\"\"              "
     20 };
     21