Advertisement
Guest User

windows-welcome

a guest
Jan 28th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. term.setBackgroundColour(colours.blue)
  2. term.clear()
  3. term.setCursorPos(18, 9)
  4. term.setTextColour(colours.white)
  5. print("Welcome to SosOS 1!")
  6. sleep(8)
  7. shell.run("cd", "SosOS-desktop")
  8. shell.run("main")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement