#!/bin/bash # A small script to run pfetch (command specified with arguments) with all available logos while read -r logo; do PF_ASCII=$logo "$@" done << EOF alpine android arch arco artix bedrock buildroot celos centos crystallinux dahlia debian devuan dragonfly elementary endeavour fedora freebsd garuda gentoo gnu guix haiku hydroOS hyperbola iglunix instantos irix kdeneon linuxlite linuxmint linux macos mageia manjaro minix mx netbsd nixos openbsd opensusetumbleweed opensuse openwrt parabola pop!_os pureos raspbian serenityos slackware solus solaris ubuntu void xeonix fiwix morphos amogos aperio EOF