mirror of
https://github.com/kepler155c/opus
synced 2025-12-15 04:38:06 +00:00
better startup
This commit is contained in:
@@ -46,8 +46,6 @@ end
|
|||||||
fs.loadTab('usr/etc/fstab')
|
fs.loadTab('usr/etc/fstab')
|
||||||
|
|
||||||
local args = { ... }
|
local args = { ... }
|
||||||
if #args == 0 then
|
args[1] = args[1] or 'sys/apps/multishell'
|
||||||
args = { 'sys/apps/shell', 'sys/apps/multishell' }
|
|
||||||
end
|
|
||||||
|
|
||||||
run(table.unpack(args))
|
run('sys/apps/shell', table.unpack(args))
|
||||||
|
|||||||
Reference in New Issue
Block a user