Marlingaming

Private Web Search System - Exit Script

Jan 12th, 2022 (edited)
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1.  
  2. local DFiles = {fs.list("os/os_TempFiles/WebSearch")}
  3. term.clear()
  4. term.setCursorPos(1,1)
  5. print("cleaning Cached website files")
  6. for i = 1, #DFiles do
  7.     fs.delete(DFiles[i])
  8. end
  9. print("Clean Complete!")
  10. print("loading Engine Menu")
  11. os.sleep(2)
  12. term.clear()
  13. shell.run("os/os_Programs/os_SearchEngine/Base")
Add Comment
Please, Sign In to add comment