Advertisement
MaximPixel

Computer Startup

Dec 14th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. local file = fs.open("start.dat", "r")
  2.  
  3. if file then
  4. lines = file.readAll()
  5. file.close()
  6. if lines then
  7. shell.run(lines)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement