pstadler / ticker.sh

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

a couple of simple improvements #20

Closed rr0ss0rr closed 4 years ago

rr0ss0rr commented 4 years ago

For your consideration...

#!/usr/bin/env bash for those of us who had to upgrade bash into a different directory (Mac users)

add symbol=${symbol^^} uppercase prior to marketState query (so "aapl" & "AAPL"work the same)

Thanks

rr0ss0rr commented 4 years ago

Thanks. Can you also include “#!/usr/bin/env bash” ?

pstadler commented 4 years ago

I changed this on master.