Files
herolib/aiprompts/herolib_core/core_vshell.md
2025-09-24 21:06:37 +04:00

482 B

how to run the vshell example scripts

this is how we want example scripts to be, see the first line

#!/usr/bin/env -S v -cg -gc none  -cc tcc -d use_openssl -enable-globals run

import freeflowuniverse.herolib...

the files are in ~/code/github/incubaid/herolib/examples for herolib

important instructions

  • never use fn main() in a .vsh script
  • always use the top line as in example above
  • these scripts can be executed as is but can also use vrun $pathOfFile