mirror of
https://github.com/kepler155c/opus
synced 2024-11-05 08:26:16 +00:00
7 lines
122 B
Lua
7 lines
122 B
Lua
|
local args = { ... }
|
||
|
|
||
|
local target = table.remove(args, 1)
|
||
|
target = shell.resolve(target)
|
||
|
|
||
|
fs.mount(target, unpack(args))
|