Skip to content

Instantly share code, notes, and snippets.

@fabiojb
Created October 31, 2018 20:26
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 fabiojb/434b16a0de88c3b22176883639116183 to your computer and use it in GitHub Desktop.
Save fabiojb/434b16a0de88c3b22176883639116183 to your computer and use it in GitHub Desktop.
#!/bin/bash
function mvn() {
if [ "$1" = "i" ]; then
command mvn install
else
command mvn $@
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment