mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-10 05:02:40 +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") |