This commit is contained in:
2025-07-21 06:18:46 +02:00
parent 62932976dd
commit ddf5fcbbcc
268 changed files with 1614 additions and 2271 deletions

View File

@@ -19,7 +19,7 @@ Create a file `example.vsh`:
```v
#!/usr/bin/env -S v -n -w -gc none -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.herolib.osal.hostsfile
import freeflowuniverse.herolib.osal.core as osal.hostsfile
import os
// Create a new instance by reading the hosts file

View File

@@ -1,7 +1,7 @@
module hostsfile
import os
import freeflowuniverse.herolib.osal
import freeflowuniverse.herolib.osal.core as osal
const hosts_file_path = '/etc/hosts'