S=`echo {Z..A} {A..Z}` for i in {1..13} {12..1};{ echo \ ${S:i*2:24}${S:78-i*2:25} }
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page