index
:
acme-scripts.git
master
Scripts to use with acme editor
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mvnwt.sh
blob: 1ee89685ac054864991c1fcd1262ce7892a34331 (
plain
)
1
2
3
4
5
6
7
8
#!/bin/sh
if
[
-z
$1
];
then
mvnw
test
else
mvnw
test -Dtest
=
$1
fi