Killer-Mark

OLD.NewkOS

Oct 22nd, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. while true do
  2.  term.clear()
  3.  term.setCursorPos(1, 1)
  4.  print("NewkOS")
  5.  input = read()
  6.  if input == "shutdown" then
  7.   os.shutdown()
  8.  end
Advertisement
Add Comment
Please, Sign In to add comment