mirror of
https://github.com/kepler155c/opus
synced 2024-11-13 04:09:55 +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))
|