Now you can list all vms with __get_vms (just for testing)

This commit is contained in:
Jonatan Pålsson 2011-02-01 16:37:45 +01:00
parent af75d731b4
commit 3d8b413a8f
3 changed files with 10 additions and 4 deletions

View file

@ -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