Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if fs.exists(".BIOS") then
- shell.run(".BIOS")
- elseif fs.exists(".KERNEL") then
- shell.run(".KERNEL")
- else
- print("No BIOS or KERNEL FILE FOUND")
- sleep(1)
- shell.run("fg")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement