so so much...

This commit is contained in:
2025-12-22 12:01:01 -08:00
parent a19fe74de1
commit 4e0a5871bd
7 changed files with 1740 additions and 0 deletions

6
entertest.lua Normal file
View File

@@ -0,0 +1,6 @@
local containers = require "libs.containers"
local appid = ...
local w,h = term.getSize()
local win = window.create(term.native(),1,2,w,h-2,true)
local env = containers.getENV(fs.combine("/apps",appid),true, win)
containers.start(env)