Files
herolib/examples/installers/infra/dify.vsh
Peternashaat f0a4732206 dify installer
2025-05-29 13:09:46 +03:00

10 lines
237 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.dify as dify_installer
mut dify := dify_installer.get()!
dify.install()!
dify.start()!
dify.destroy()!