mirror of
https://github.com/kepler155c/opus
synced 2024-11-04 16:06:16 +00:00
09be81be27
compatibility update - making a few changes in next commit...
7 lines
128 B
Lua
7 lines
128 B
Lua
local args = { ... }
|
|
|
|
local target = table.remove(args, 1)
|
|
target = shell.resolve(target)
|
|
|
|
fs.mount(target, table.unpack(args))
|