14 lines
400 B
GLSL
Executable File
14 lines
400 B
GLSL
Executable File
#!/usr/bin/env -S v -gc none -cc tcc -d use_openssl -enable-globals -cg run
|
|
|
|
import freeflowuniverse.herolib.threefold.grid3.gridproxy
|
|
import freeflowuniverse.herolib.threefold.grid3.deployer
|
|
import freeflowuniverse.herolib.installers.threefold.griddriver
|
|
import os
|
|
import time
|
|
|
|
v := deployer.get()!
|
|
println('cred: ${v}')
|
|
|
|
deployment_name := 'vm_caddy1'
|
|
deployer.delete_deployment(deployment_name)!
|