Advertisement
minimite

startup

Sep 14th, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. version = "0.1"
  3.  
  4. --If you want a loop begin it here
  5. term.clear()
  6. term.setCursorPos(1,1)
  7. term.setTextColor(colors.lightGray)
  8. print("CommandLine [Version "..version.."]")
  9. print("")
  10. shell.run("commandline")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement