Skip to content

Instantly share code, notes, and snippets.

@alopresto
Last active September 28, 2016 00:22
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 alopresto/b166a7a9ccc3347541aaa24410883d4b to your computer and use it in GitHub Desktop.
Save alopresto/b166a7a9ccc3347541aaa24410883d4b to your computer and use it in GitHub Desktop.
A bash script which invokes the main method of the Process class in a jar and passes the arguments provided to the script.
java -cp /Users/alopresto/Workspace/scratch/process-test/target/process-test-1.0-SNAPSHOT.jar org.apache.nifi.process.Process "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment