Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- p = peripheral.wrap("back")
- actions = p.getAllActions()
- file = fs.open("list","w")
- file:write(textutils.serialize(actions))
- file:close()
- os.run({},"rom/programs/pastebin", "put", "list")
Advertisement
Add Comment
Please, Sign In to add comment