-
-
Save ashap5/1c1cebd4cb6cdf36c5033656e9226967 to your computer and use it in GitHub Desktop.
mySShSErver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--ssh server | |
rednet.open("left") | |
while true do | |
local id, message = rednet.receive() | |
shell.run(message) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment