summarylogtreecommitdiffstats
path: root/rainbowfetch
blob: c579ab0ce0c100f8e7ce638bd98a97383fb7fd07 (plain)
1
2
3
4
5
6
#!/bin/bash
if command -v fastfetch >/dev/null 2>&1; then
    if command -v lolcat >/dev/null 2>&1; then
        fastfetch --logo auto | lolcat
    fi
fi