Advertisement
thegreatstudio

help

Mar 16th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1, 1)
  3. print("Thank you for installing KeplerOS")
  4. print("Commands are supported: ")
  5. print("Help -- Shows this list")
  6. print("start -- starts the gui mode")
  7. print("pastebin -- to install through internet")
  8. print("mdp -- to make a folder/directory")
  9. print("Delete -- Delete a program or a folder/directory")
  10. print("text -- text editor.")
  11. print("quit -- Shutsdown the computer.")
  12. print("restart -- restarts the computer.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement