Skip to content

Instantly share code, notes, and snippets.

@bmorwood
Created December 4, 2016 01:29
Show Gist options
  • Save bmorwood/880e84ea4234399756e0366a5cb10b45 to your computer and use it in GitHub Desktop.
Save bmorwood/880e84ea4234399756e0366a5cb10b45 to your computer and use it in GitHub Desktop.
unix standard cowsay - keeping for reference
#!/bin/bash
brew install cowsay fortune
fortune -s | cowsay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment