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

arco linux art #217

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ install:
@install -Dm755 pfetch $(DESTDIR)$(PREFIX)/bin/pfetch

uninstall:
@rm -f $(DESTDIR)$(PREFIX)/bin/pfetch
@rm -f $(DESTDIR)$(PREFIX)/bin/pfetch
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ picture"!
- **IRIX**
- **SerenityOS**

## Installation

## Configuration

`pfetch` is configured through environment variables.
Expand Down
12 changes: 6 additions & 6 deletions pfetch
Original file line number Diff line number Diff line change
Expand Up @@ -1179,11 +1179,11 @@ get_ascii() {
read_ascii 4 <<-EOF
${c4} /\\
${c4} / \\
${c4} / /\\ \\
${c4} / / \\ \\
${c4} / / \\ \\
${c4} / / _____\\ \\
${c4}/_/ \`----.\\_\\
${c4} / \\
${c4} / /\\ \\
${c4} / / \\ \\
${c4} / / ___\\ \\
${c4}/__/ ``'--___\\
EOF
;;

Expand Down Expand Up @@ -1955,4 +1955,4 @@ EOF
done >&6
}

main "$@"
main "$@"