Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env bash
function mvn_wrapper() {
local mvn
# integrate with custom mvn_color wrapper
if [ "$(type -t mvn_color)" == "function" ]; then
mvn=mvn_color
else
# locate mvn from user's path