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