Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit c208239

Browse files
committed
pfetch: added Android ascii
1 parent 177f30b commit c208239

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pfetch

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,17 @@ get_ascii() {
845845
EOF
846846
;;
847847

848+
[Aa]ndroid*)
849+
read_ascii 2 <<-EOF
850+
${c2} ;, ,;
851+
';,.-----.,;'
852+
,' ',
853+
/ O O \\
854+
| |
855+
'-----------------'
856+
EOF
857+
;;
858+
848859
[Aa]rch*)
849860
read_ascii 4 <<-EOF
850861
${c6} /\\

0 commit comments

Comments
 (0)