pfetch-rs/print_all.sh

67 lines
616 B
Bash
Executable File

#!/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
dietpi
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
EOF