summaryrefslogtreecommitdiff
path: root/genafx-base.sh
blob: bf68a28bce7033f9828b957b6cbdb5cf65f6c600 (plain)
1
2
3
4
5
6
#!/bin/bash

# Runs AffixLister with the provided arguments
set -e

mvn compile exec:java -Dexec.args="$@"