1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-24 11:04:58 +00:00

require improvements, remove global Util

This commit is contained in:
kepler155c@gmail.com
2017-09-05 02:09:31 -04:00
parent 2b1d96ab37
commit ae7508e89b
82 changed files with 506 additions and 455 deletions

6
sys/apps/mount.lua Normal file
View File

@@ -0,0 +1,6 @@
local args = { ... }
local target = table.remove(args, 1)
target = shell.resolve(target)
fs.mount(target, unpack(args))