I couldn't get the shebang to work by running the file directly with .net10 preview 4 sdk image.

It works if I run `dotnet run <file>`.

Update: It is working now, the file was using CRLF instead of LF.