Skip to content

Instantly share code, notes, and snippets.

@ErkHal
Created August 20, 2019 10:54
Show Gist options
  • Save ErkHal/31577ebd6353f364f978d3ba1f23dc61 to your computer and use it in GitHub Desktop.
Save ErkHal/31577ebd6353f364f978d3ba1f23dc61 to your computer and use it in GitHub Desktop.
Star wars quotes in the terminal
cat << "EOF"
_____
.'/L|__`.
/ =[_]O|` \
|"+_____":|
__:='|____`-:__
||[] ||====| []||
||[] | |=| | []||
|:||_|=|U| |_||:|
|:|||]_=_ =[_||:|
| |||] [_][]C|| |
| ||-'"""""`-|| |
/|\\_\_|_|_/_//|\
|___| /|\ |___|
`---' |___| `---'
`---'
EOF
curl -s "http://swquotesapi.digitaljedi.dk/api/SWQuote/RandomStarWarsQuote" | jq '.starWarsQuote' | lolcat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment