#!/bin/bash -e

# We want the fences so that the cowsay block gets rendered
# in Markdown as a code block. Otherwise, we just call cowsay.
echo '~~~~~~~~~~'
figlet
echo '~~~~~~~~~~'
