This commit is contained in:
2024-12-25 20:13:02 +01:00
parent eff6338f71
commit 0fcccf93b0
131 changed files with 20710 additions and 106 deletions

View File

@@ -0,0 +1,21 @@
# how to run the vshell example scripts
this is how we want example scripts to be, see the first line
```vlang
#!/usr/bin/env -S v -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.crystallib.installers.sysadmintools.daguserver
mut ds := daguserver.get()!
println(ds)
```
the files are in ~/code/github/freeflowuniverse/crystallib/examples for crystallib
## important instructions
- never use fn main() in a .vsh script