mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 19:19:21 +01:00
8 lines
228 B
Lua
Executable File
8 lines
228 B
Lua
Executable File
local path = select(1, ...)
|
|
|
|
local success, reason = require("Archive").unpack(path, require("Filesystem").path(path))
|
|
if not success then
|
|
require("GUI").alert(reason)
|
|
end
|
|
|
|
computer.pushSignal("system", "updateFileList") |