mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-13 18:46:22 +05:00
8 lines
231 B
Lua
Executable File
8 lines
231 B
Lua
Executable File
local path = select(1, ...)
|
|
|
|
local success, reason = require("Compressor").unpack(path, require("Filesystem").path(path))
|
|
if not success then
|
|
require("GUI").alert(reason)
|
|
end
|
|
|
|
computer.pushSignal("system", "updateFileList") |