Advertisement
Marlingaming

startup Script

Dec 15th, 2021
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. --this script acts as the startup script
  2. version = "1.0.0"
  3. local file = fs.open(".OS_SystemFiles","r")
  4. local BootRunner = file.readLine()
  5. file.close()
  6. shell.run(BootRunner)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement