mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
5 lines
113 B
Lua
Executable File
5 lines
113 B
Lua
Executable File
|
|
local args = {...}
|
|
local fs = require("filesystem")
|
|
|
|
require("compressor").unpack(args[1], fs.path(args[1])) |