Advertisement
birdini

Companion Turtle Startup

Mar 18th, 2017
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. --make sure everything is up to date
  2. shell.run("updater")
  3. --load simple commands as an api
  4. os.LoadAPI("/cmd")
  5. term.write("CMD API Loaded")
  6. sleep(1)
  7. term.clear()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement