Created
May 13, 2019 06:40
-
-
Save sinewalker/989a757293eb5d08f53953c03c2b7368 to your computer and use it in GitHub Desktop.
wtfo -- fix wtf -o option's error message when it can't find an abbreviation
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
function wtfo(){ | |
FUNCDESC="Look up an abbreviation, including obscene meanings" | |
wtf -o ${@}|sed 's/nothing appropriate/nothing inappropriate/' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment