Remix.run Logo
stavros 3 days ago

I don't understand this reticence about POSIX compliance. When would you need your shell to be POSIX compliant? I've been using fish for ten years and I've never had an issue, even with scripting. If I need to run a script, it always has bash in the shebang line, so it runs normally.

Am I missing something useful?

SAI_Peregrinus 3 days ago | parent [-]

Other people's scripts in projects where you can't or don't want to edit the scripts to add a shebang line.

stavros 3 days ago | parent [-]

You can only run those with `bash script` anyway, your shell doesn't matter in that case.