Advertisement
AKopyl

.term

Dec 6th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1, 1)
  3. print('Command prompt')
  4. print('Type "quit" to return to menu')
  5. shell.run('/rom/programs/shell')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement