Files
herolib/examples/installers/coredns.vsh
2025-02-09 12:24:12 +01:00

10 lines
288 B
GLSL
Executable File

#!/usr/bin/env -S v -n -w -gc none -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.herolib.installers.infra.coredns as coredns_installer
import freeflowuniverse.herolib.osal
// coredns_installer.delete()!
mut installer:= coredns_installer.get()!
installer.build()!