Created
October 31, 2018 20:26
-
-
Save fabiojb/434b16a0de88c3b22176883639116183 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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