Skip to content

Instantly share code, notes, and snippets.

@fabiojb
Created October 31, 2018 20:26
Embed
What would you like to do?
#!/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