Download raw body.
Support for /usr/bin/env -S (kind of)
Hi, On Fri, Jul 18, 2025 at 06:23:45PM +0200, Manuel Giraud wrote: > For example, one could make the following silly script: > > #!/usr/bin/env -S cat -b -e In addition to what other people already said, that #!/usr/bin/env thing in general is an absolute antipattern IMHO. Ciao, Kili
Support for /usr/bin/env -S (kind of)