:3
This commit is contained in:
parent
491112768c
commit
68ec37f994
66 changed files with 6591 additions and 10096 deletions
11
disk/3/bg
Normal file
11
disk/3/bg
Normal file
|
@ -0,0 +1,11 @@
|
|||
if not shell.openTab then
|
||||
printError("Requires multishell")
|
||||
return
|
||||
end
|
||||
|
||||
local tArgs = { ... }
|
||||
if #tArgs > 0 then
|
||||
shell.openTab(table.unpack(tArgs))
|
||||
else
|
||||
shell.openTab("shell")
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue