#!/usr/bin/env uv run --script
> Using uv as your shebang line
— https://news.ycombinator.com/item?id=42855258
Since `env` doesn’t pass multiple arguments by default, the suggested line uses `-S`:
#!/usr/bin/env -S uv run --script
#!/home/tetha/Tools/uv run
#!/usr/bin/env uv run