so so much...
This commit is contained in:
6
entertest.lua
Normal file
6
entertest.lua
Normal 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)
|
||||
Reference in New Issue
Block a user