Skip to content

Instantly share code, notes, and snippets.

@agundy
Created February 6, 2015 22:02
Show Gist options
  • Save agundy/bd4c9a744d49d12af182 to your computer and use it in GitHub Desktop.
Save agundy/bd4c9a744d49d12af182 to your computer and use it in GitHub Desktop.
Cowsay Math
=() {
calc="${@//p/+}"
calc="${calc//x/*}"
bc -l <<<"scale=10;$calc" | cowsay
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment