DEV Community

Discussion on: From bash to zsh. My little adventure

Collapse
 
bak3y profile image
Bak3y

Did you have any existing shell scripts you had to rewrite due to the swap?

Collapse
 
mbelsky profile image
Max Belsky

I had no bash scripts, so can't share my experience about that. However as I know you may put shebag as first line in a bash script and it will run as bash.

#!/usr/bin/env bash