RavenOS

Info

Mar 11th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. term.setTextColor(colors.white)
  2. term.setBackgroundColor(colors.blue)
  3. term.clear()
  4. term.setCursorPos(1,1)
  5.  
  6. print("OS: RavenOS")
  7. print("Version: 0.1")
  8. read()
  9. shell.run("os/desktop")
Advertisement
Add Comment
Please, Sign In to add comment