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