Advertisement
Leprofourbus

overwrite

Dec 20th, 2024 (edited)
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. while true do
  2.     multishell.launch({}, "/rom/programs/shell.lua")
  3.     if multishell.getCount() == 100 then
  4.         os.shutdown()
  5.     end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement