#!/bin/bash
seq -ws "\\__/" 99|fold -69|tr "0-9" " "
exit 0
http://www.commandlinefu.com/commands/view/24330/draw-honeycomb
