summaryrefslogtreecommitdiff
path: root/paleofetch/logos/arch2.h
blob: e06cfe2e016382daba84abbd5d089341caa0e5aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// And this was stolen from archey3
char *LOGO[] = {
    "              +                 ",
    "              #                 ",
    "             ###                ",
    "            #####               ",
    "            ######              ",
    "           ; #####;             ",
    "          +##.#####             ",
    "         +##########            ",
    "        #############;          ",
    "       ###############+         ",
    "      #######   #######         ",
    "    .######;     ;###;`'.       ",
    "   .#######;     ;#####.        ",
    "   #########.   .########`      ",
    "  ######'           '######     ",
    " ;####                 ####;    ",
    " ##'                     '##    ",
    "#'                         `#   "
};