pstadler / ticker.sh

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

Doesn't work with dash #3

Closed fiatjaf closed 6 years ago

fiatjaf commented 6 years ago

I believe the #!/bin/sh shebang translates into something other than bash (mine, for example, a standard Ubuntu Server, defaults to dash).

Since the script seems to work on bash only, why not specify bash there? (Maybe it works with zsh? I don't know, but I believe bash is still pre-installed in all linuxes out there.)