pfetch: add the openbsd puffy

This commit is contained in:
Dylan Araps 2019-09-24 16:12:08 +03:00
parent e632d83c71
commit 1bcb2f5427

12
pfetch
View File

@ -244,6 +244,18 @@ ${c5}\/${c4}-____${c5}\/
"
;;
OpenBSD*)
ascii="\
${c3} _____
\\- -/
\\_/ \\
| ${c7}O O${c3} |
|_ < ) 3 )
/ \\ /
/-_____-\\
"
;;
*)
printf 'error: %s is not currently supported.\n' "$os"
printf 'error: Open an issue on GitHub for support to be added.\n'