Skip to content

Instantly share code, notes, and snippets.

@smiklosovic
Created May 5, 2014 15:07
Show Gist options
  • Save smiklosovic/7fb19c6e204107961775 to your computer and use it in GitHub Desktop.
Save smiklosovic/7fb19c6e204107961775 to your computer and use it in GitHub Desktop.
ProcessInteraction interaction = new ProcessInteractionBuilder().
replyTo("Do you wish to create a custom hardware profile \\[no\\]")
.with("no" + System.getProperty("line.separator"))
.build();
Tasks.prepare(CommandTool.class).interaction(interaction).command(command).execute().await();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment