The3vilM0nk3y

Untitled

Mar 8th, 2015
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. p = peripheral.wrap("back")
  2. actions = p.getAllActions()
  3. file = fs.open("list","w")
  4. file:write(textutils.serialize(actions))
  5. file:close()
  6. os.run({},"rom/programs/pastebin", "put", "list")
Advertisement
Add Comment
Please, Sign In to add comment