Now you can list all vms with __get_vms (just for testing)
This commit is contained in:
parent
af75d731b4
commit
3d8b413a8f
3 changed files with 10 additions and 4 deletions
|
@ -10,7 +10,7 @@ port = gets
|
|||
|
||||
s = TCPSocket.open(hostname, port.chop)
|
||||
|
||||
s.print("__hello")
|
||||
s.print("__hello 0")
|
||||
|
||||
while true
|
||||
line = s.gets # Read lines from the socket
|
||||
|
|
Reference in a new issue