On 2019-11-17 8:50 pm, Tim McNamara wrote:
The default Catalina shell is zsh. You can use bash but you may have to set it to that.
Scripts should generally begin with an appropriate "shebang" to avoid confusion:
#!/usr/bin/env bashI, for instance, run fish in my WSL environment, but I script almost exclusively in bash.
-- Aaron Hill