mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-09 20:52:40 +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])) |