pstadler / ticker.sh

Real-time stock tickers from the command-line.
MIT License
511 stars 87 forks source link

Added support for lowercase arguments #8

Closed comicsads closed 5 years ago

comicsads commented 5 years ago

Changed how the variable $SYMBOLS is set, so that it changes all the text to uppercase letters.

pstadler commented 5 years ago

Thanks for your PR. I’m against tampering with user input. Also, upper-case ticker symbols are basically a convention.

pstadler commented 4 years ago

This has been addressed with #21