anfbckdo

startup.lua

Dec 21st, 2023 (edited)
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local id0 = multishell.launch({}, "/receiver.lua")
  2.  
  3. multishell.setTitle(id0, "Receiver")
  4. local id1 = multishell.launch({}, "/network.lua")
  5.  
  6. multishell.setTitle(id1, "Network")
Advertisement
Add Comment
Please, Sign In to add comment