Philipou

reset computer craft computer

Oct 28th, 2023
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. for _,file in ipairs(fs.list("/")) do
  2. if not fs.isReadOnly(file) then
  3. fs.delete(file)
  4. end
  5. end
Add Comment
Please, Sign In to add comment