Advertisement
Guest User

MyShell

a guest
Jan 24th, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. Y = 2
  2. term.setTextColour( colours.yellow )
  3. term.setCursorPos( 1,Y )                          
  4. print(">")
  5. term.setCursorPos( 3,Y )
  6. term.setTextColour( colours.white )
  7. Command = io.read()
  8. term.setTextColour( colours.red )
  9. print("Locked")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement