mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-28 18:52:46 +01:00
5 lines
159 B
Lua
Executable File
5 lines
159 B
Lua
Executable File
|
|
local args = {...}
|
|
|
|
require("archive").unpack(args[1], require("filesystem").path(args[1]))
|
|
require("computer").pushSignal("MineOSCore", "updateFileList") |