Advertisement
Guest User

Autorun

a guest
May 6th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local fs = require("filesystem")
  2. local component = require("component")
  3. local proxy = ...
  4. local gpu = component.proxy(component.get("8fc")
  5. fs.mount(proxy, "/data")
  6. gpu.bind(component.get("842", "screen"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement