AH
Size: a a a
AH
PD
PD
#!/usr/bin/env -S dotnet fsi --exec --nologo
open System
let input = String.Join(" ", fsi.CommandLineArgs |> Seq.skip 1)
printfn "> %s" input
$ myfsxfile some test text
/home/prunkles/stdin(0,1): error FS0078: Unable to find the file 'some' in any of
/home/prunkles
AH
PD
-S вообще выдаёт/usr/bin/env: ‘dotnet fsi --exec --nologo’: No such file or directory
/usr/bin/env: use -[v]S to pass options in shebang lines
AH
PD
/usr/bin/env: ‘sh dotnet fsi --exec --nologo "$@"’: No such file or directoryоГ
AH
/usr/bin/env: ‘sh dotnet fsi --exec --nologo "$@"’: No such file or directoryVK
VK
/usr/bin/env: ‘sh dotnet fsi --exec --nologo "$@"’: No such file or directory
VK
/usr/bin/env: ‘sh dotnet fsi --exec --nologo "$@"’: No such file or directory
PD
.fsx. По-моему это как-то не оченьI
I
AD
.fsx. По-моему это как-то не оченьPD
AD
AD
AD