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