Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions pfetch
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,15 @@ get_ascii() {
EOF
;;

(Aperio*)
read_ascii 4 <<-EOF
_.._ _ ._.. _
(_][_)(/,[ |(_)
| GNU/Linux
EOF
;;


Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix indentation. Tabs for the ascii art and 4 spaces for code.

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