This commit is contained in:
2025-08-16 19:51:06 +02:00
parent 6306883463
commit cd91734a84
5 changed files with 12 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env -S v -n -w -gc none -cc tcc -d use_openssl -enable-globals run
#!/usr/bin/env -S v -n -w -cg -gc none -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.herolib.installers.net.mycelium_installer
import freeflowuniverse.herolib.clients.mycelium
@@ -8,7 +8,7 @@ println(installer)
installer.start()!
// $dbg;
$dbg;
mut r := mycelium.inspect()!
println(r)