
local tArgs = { ... }
if #tArgs > 0 then
    shell.openTab( unpack( tArgs ) )
else
    shell.openTab( "shell" )
end
