3 lines
48 B
Bash
3 lines
48 B
Bash
#!/bin/sh
|
|
|
|
exec ${LOCALBASE}/maven/bin/mvn "$@"
|
#!/bin/sh
|
|
|
|
exec ${LOCALBASE}/maven/bin/mvn "$@"
|