mirror of
https://github.com/kepler155c/opus
synced 2024-12-26 00:20:26 +00:00
better startup
This commit is contained in:
parent
fcb6fbf8c1
commit
fcfe2bc86c
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user