Bash (specifically Bash, not POSIX sh) does have a keyword for functions (function), but it’s optional.
Bash (specifically Bash, not POSIX sh) does have a keyword for functions (function), but it’s optional.


Hopefully the new maintainer can get releases going again. It’s a great extension!


If you’re talking about the extension that looks like an R with a green arrow, the author passed away a couple years ago. https://github.com/einaregilsson/Redirector/issues/329
The repo has a new maintainer but there’s been no new releases since the maintainer doesn’t have access to the extension release pages. No surprise that a MV3 version hasn’t been worked on.
It still works on Firefox, though.
Right. It’s optional so that Bash remains backwards compatible as a superset of POSIX sh. If you’re working with exclusively Bash, though, it’s nice to use as syntactic sugar if nothing else.