The possibility for cross-platform shell scripting mentioned in the documentation looks somehow promising. Under UNIX it would however be useful to have an executable using a shebang in the form of eg.: #!/usr/bin/v or #!/usr/bin/env v rather than having to run the script using eg. v run deploy.v - especially as you advertise it as alternative to traditional shell (bash) scripting.
Are there any plans to support this?
Sure. This will be available together with the V script feature.
@medvednikov good read, although I think the approach could be refined: Using Go instead of bash for scripts
Most helpful comment
Sure. This will be available together with the V script feature.