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

Commit

Permalink
pfetch: added Android ascii
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Oct 1, 2019
1 parent 177f30b commit c208239
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pfetch
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,17 @@ get_ascii() {
EOF
;;

[Aa]ndroid*)
read_ascii 2 <<-EOF
${c2} ;, ,;
';,.-----.,;'
,' ',
/ O O \\
| |
'-----------------'
EOF
;;

[Aa]rch*)
read_ascii 4 <<-EOF
${c6} /\\
Expand Down

0 comments on commit c208239

Please sign in to comment.