<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>bin/cloud-run</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -22,9 +22,10 @@ module PoolParty
       netssh hst, cmds
     end
     
-    def ssh_into(inst, extra_ssh_ops={} )
+    def ssh_into(inst, extra_ssh_ops={})
       ip =  ((inst.respond_to?(:has_key) &amp;&amp; inst.has_key?(:ip)) || inst.respond_to?(:ip)) ? inst.ip : inst
-      Kernel.system(&quot;ssh #{ssh_options(extra_ssh_ops)} #{ip}&quot;)
+      cmd = extra_ssh_ops.delete(:cmd) if extra_ssh_ops.has_key?(:cmd)
+      Kernel.system(&quot;ssh #{ssh_options(extra_ssh_ops)} #{ip}%s&quot; % [cmd ? &quot; #{cmd}&quot; : &quot;&quot;])
     end
     
     def ssh_options(opts={})</diff>
      <filename>lib/poolparty/net/remoter/connections.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3922ed28bde0c377b781b890a9a110a25a6e5abf</id>
    </parent>
  </parents>
  <author>
    <name>Nate Murray</name>
    <email>nate@natemurray.com</email>
  </author>
  <url>http://github.com/auser/poolparty/commit/7a2ded8ea0e92a889347fea2639f68772abd3afd</url>
  <id>7a2ded8ea0e92a889347fea2639f68772abd3afd</id>
  <committed-date>2009-06-22T17:03:10-07:00</committed-date>
  <authored-date>2009-06-22T17:03:10-07:00</authored-date>
  <message>added a basic cloud-run command</message>
  <tree>0ae0be9117d26af26235019c4de8b3fc77229320</tree>
  <committer>
    <name>Nate Murray</name>
    <email>nate@natemurray.com</email>
  </committer>
</commit>
