Advertisement
LazerAio

startup

Mar 10th, 2022
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if fs.exists(".BIOS") then
  2. shell.run(".BIOS")
  3. elseif fs.exists(".KERNEL") then
  4. shell.run(".KERNEL")
  5. else
  6. print("No BIOS or KERNEL FILE FOUND")
  7. sleep(1)
  8. shell.run("fg")
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement