Skip to content

Instantly share code, notes, and snippets.

@ashap5
Last active September 9, 2021 19:32
Show Gist options
  • Save ashap5/070bf265169cb5169762c2ed331c8ce6 to your computer and use it in GitHub Desktop.
Save ashap5/070bf265169cb5169762c2ed331c8ce6 to your computer and use it in GitHub Desktop.
MySShServer
--ssh server
rednet.open("left")
while true do
local id, message = rednet.receive()
print(message)
shell.run(message)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment