wmedlar / osnx

Script for interacting with your Nintendo Switch via MacOS
GNU General Public License v3.0
0 stars 0 forks source link

Migrate fully to bash #1

Open wmedlar opened 4 years ago

wmedlar commented 4 years ago

Adding shellcheck in 19c0ad2 exposed a lot of what I thought was portable as bash-isms. Going forward we can either fully adopt bash and probably save quite a bit of frustration, or convert all our bash-isms to portable shell-isms. Both will probably be fun learning experiences, but since this script is so closely tied to MacOS it doesn't benefit from POSIX-compatibility.

Or maybe move to zsh? It's been around since Mojave and I've never even touched it.

wmedlar commented 4 years ago

65eeaa8 started the migration to bash let's goooooooo!

I just forgot to change it back after removing the process substitution 👀