Guest User

Untitled

a guest
Nov 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. if fs.exists("startup") then
  2. if fs.exists("disk/startups") then
  3. fs.makeDir("disk/startups")
  4. end
  5. fs.copy("startup,disk/startups")
  6. fs.delete("startup")
  7. end
Add Comment
Please, Sign In to add comment