quote box by yamaya

s=`printf %020d`
i=21
for c in {A..N};{
s=`printf %$i"s@$s@%$i"s|sed "s/@/ @ /g;y/ /$c/"`
i=$[i+2]
}
tr 0@-N '-\n*?@.#`%$\\:[{'\'\"<<<$s

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page