Skip to content

Instantly share code, notes, and snippets.

@helpermethod
Last active May 22, 2018 06:36
Show Gist options
  • Select an option

  • Save helpermethod/7c20bf8c6b2ab9ec1f2bf3c35ab1b2ef to your computer and use it in GitHub Desktop.

Select an option

Save helpermethod/7c20bf8c6b2ab9ec1f2bf3c35ab1b2ef to your computer and use it in GitHub Desktop.
mvn function
mvn() {
    [ -f mvnw ] && ./mvnw "$@" || command mvn "$@"
}
@helpermethod
Copy link
Copy Markdown
Author

Create PR to add to Takari Wrapper doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment