packages feed

matterhorn-50200.11.0: client-scripts/figlet

#!/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 '~~~~~~~~~~'