Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created February 28, 2012 15:57
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 marianogonzalez/1933312 to your computer and use it in GitHub Desktop.
Save marianogonzalez/1933312 to your computer and use it in GitHub Desktop.
example Flow
<flow name="exampleFlow">
<ssh:send username="${ssh.user}" password="${ssh.pass}" content="cd test" breakLine="true" />
<ssh:send username="${ssh.user}" password="${ssh.pass}" content="cat helloWorld.txt" breakLine="true"/>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment