Advertisement
Rusettsten

DanetOS-Startup

May 14th, 2015
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. -- This is the first file the computer will go to when starting the Operating System
  2. -- All this does is prevent the welcome message from being repeated.
  3. print("Welcome to DanetOS Ver.1.3 [by Rusettsten]")
  4. print("")
  5. shell.run("DanetOS")
  6. print("")
  7. print("Unexpected Error... Shutting Down...")
  8. os.sleep(1)
  9. shell.run("shutdown")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement