t = peripheral.getMethods("back")
p = peripheral.wrap("back")
for k,v in pairs(t) do
  print(v)
end
shell.run("lua")
