Another Table by nattow

x=" "*4
a=" "*14
b=a+x
c=" || ||"
d="_"*19
e="  /$b$x /"
f="| ||$b| ||"
printf"""$x ${d}_____
  $e|
 $e |
$e/||
 /${d}____//|||
|  $d $c|
|$c|$a|$c|
|$c/$a|$c/
$f
$f
|_|/$b|_|/"""

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

download

return to the top page