function main()
if #arg ~= 1 then
error("Expected 1 argument(s): playerToExpose")
end
rednet.open("back")
rednet.broadcast(arg[1], "expose")
main()