1
0
mirror of https://github.com/kepler155c/opus synced 2024-06-28 16:13:20 +00:00
opus/sys/apps/mount.lua

7 lines
122 B
Lua
Raw Normal View History

local args = { ... }
local target = table.remove(args, 1)
target = shell.resolve(target)
fs.mount(target, unpack(args))