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