paleofetch

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

parch.h (245B)


      1 // This was stolen from ufetch
      2 char *LOGO[] = {
      3     "        /\\         ",
      4     "       /  \\        ",
      5     "      /\\   \\      ",
      6     "     /  __  \\      ",
      7     "    /  (  )  \\     ",
      8     "   / __|  |__\\\\   ",
      9     "  /.\`          \\ "
     10 };