Coasters by tails

read a
u=${a//?/_}__
s=${u//?/ }
p="|$s|
"
${a:5}||p+=$p
echo " $u
/$s\\
$p| $a |
$p\\$u/"

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

download

return to the top page