ASCII Stars by nn

OFS="*"{for(i=n=$0;;){j=--i<0?-i:i
for($(2*n-2*j)=$0=_;j--;)$1=FS$1
print}}

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

download

return to the top page