Last active
March 21, 2019 18:19
-
-
Save metajiji/0325e060c9c9644815a4e5ec595f7c11 to your computer and use it in GitHub Desktop.
lolcat wrap cowsay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cowsay $@ | lolcat -f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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