KittyKatt / screenFetch

Fetches system/theme information in terminal for Linux desktop screenshots.
GNU General Public License v3.0
3.83k stars 453 forks source link

I have no idea how I noticed this #56

Closed spaghetti2514 closed 11 years ago

spaghetti2514 commented 11 years ago
case $lcase in
            arch*linux*old) distro="Arch Linux - Old" ;;
            arch*linux) distro="Arch Linux" ;;
            arch) distro="Arch Linux";;
            elementary) distro="Elementary OS";;
            fedora) distro="Fedora" ;;
            mageia) distro="Mageia" ;;
            mandriva) distro="Mandriva" ;;
            mandrake) distro="Mandrake" ;;
            crunchbang) distro="CrunchBang" ;;   #  ◀━━
            mint) distro="Mint" ;;
            lmde) distro="LMDE" ;;
            opensuse) distro="openSUSE" ;;
            ubuntu) distro="Ubuntu" ;;
            debian) distro="Debian" ;;
            freebsd) distro="FreeBSD" ;;
            openbsd) distro="OpenBSD" ;;
            dragonflybsd) distro="DragonFlyBSD" ;;
            netbsd) distro="NetBSD" ;;
            red*hat*) distro="Red Hat Linux" ;;
            crunchbang) distro="CrunchBang" ;;   #  ◀━━
            gentoo) distro="Gentoo" ;;
            funtoo) distro="Funtoo" ;;
            slackware) distro="Slackware" ;;
            frugalware) distro="Frugalware" ;;
            peppermint) distro="Peppermint" ;;
            solusos) distro="SolusOS" ;;
            parabolagnu|parabolagnu/linux-libre) distro="ParabolaGNU/Linux-libre" ;;
            viperr) distro="Viperr" ;;
            linuxdeepin) distro="LinuxDeepin" ;;
            chakra) distro="Chakra" ;;
            mac*os*x) distro="Mac OS X" ;;
            fuduntu) distro="Fuduntu" ;;
            manjaro) distro="Manjaro" ;;
            cygwin) distro="Cygwin" ;;
        esac
KittyKatt commented 11 years ago

I have no idea how you noticed it, either.

....THEY'RE ONTO ME.