aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pfetch b/pfetch
index ad3ee1c..cd830aa 100755
--- a/pfetch
+++ b/pfetch
@@ -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'