matterhorn-50200.11.0: client-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 '~~~~~~~~~~'