MineOS/Extensions/Pkg/Launcher.lua
Igor Timofeev 8709d846f5 Ну-ка
2017-09-25 23:51:59 +03:00

5 lines
113 B
Lua
Executable File

local args = {...}
local fs = require("filesystem")
require("compressor").unpack(args[1], fs.path(args[1]))