mirror of
https://github.com/kepler155c/opus
synced 2025-02-05 11:40:01 +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))
|