"Zack Weinberg" <[email protected]> skribis: > I also plan to mandate env support the -S option, which is not in POSIX, > but without it anyone who wants to point a #! line at awk without knowing > the absolute path of the awk implementation is up a creek.
Yes, this one is really necessary in practice. A common use for us is: #!/usr/bin/env -S guix repl -- !# ;; Scheme code starts here. Ludo’.
