Bash - Print Combinations with Codons

Print all 4^3 Codons.

Print all 3-mer DNA sequence combinations with echo.

echo {A,C,T,G}{A,C,T,G}{A,C,T,G}