Created
August 20, 2019 10:54
-
-
Save ErkHal/31577ebd6353f364f978d3ba1f23dc61 to your computer and use it in GitHub Desktop.
Star wars quotes in the terminal
This file contains hidden or 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
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