Created
January 25, 2019 06:11
-
-
Save lukas2/c198ce090bb9d38bcb53cc2b3e55e65b to your computer and use it in GitHub Desktop.
gets paul graham quotes on the shell
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
export PAGE="Paul Graham" && clear && curl "https://en.wikiquote.org/w/index.php?title=$(echo $PAGE | sed 's/[[:blank:]]/_/g')&action=edit" 2>/dev/null | grep "\s*\\s[^\[\]" | sed 's/^\*[[:blank:]]//g' | sort -R | head -n 1 | fold -s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment