Skip to content

Instantly share code, notes, and snippets.

@metajiji
Last active March 21, 2019 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metajiji/0325e060c9c9644815a4e5ec595f7c11 to your computer and use it in GitHub Desktop.
Save metajiji/0325e060c9c9644815a4e5ec595f7c11 to your computer and use it in GitHub Desktop.
lolcat wrap cowsay
#!/bin/sh
cowsay $@ | lolcat -f
alias cowsay='f(){ cowsay "$@"|lolcat -f;unset -f f; };f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment