Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 807 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 807 Bytes

CowSpeak

Authors: Manoj Dayaram, Brian Kendzior

Like cowsay, only that it speaks too! Unfortunately, only supported in Linux and Mac OS X for ever.

Dependencies:

  • cowsay
  • wc
  • espeak (linux)
  • say (darwin)
  • cat
  • getopt

Usage

$> cowspeak "Fabricator fabricator, yon pantaloons are aflame" 
$> fortune | cowspeak
$> cowspeak -r "This will choose a random cowfile"
$> cowspeak -t -f sheep "All cowsay command line flags are passed through appropriately"

Misc

Check out Brian's version which was the start of this guy.

Also, for more cowfile fun, check out Brian's cowfile repo.