9 lines
262 B
GLSL
Executable File
9 lines
262 B
GLSL
Executable File
#!/usr/bin/env -S v -n -w -cg -gc none -cc tcc -d use_openssl -enable-globals run
|
|
|
|
import incubaid.herolib.installers.infra.livekit as livekit_installer
|
|
|
|
mut livekit := livekit_installer.get(create: true)!
|
|
livekit.install()!
|
|
livekit.start()!
|
|
livekit.destroy()!
|