1 2 3 4 5 6
#!/bin/bash # Runs AffixLister with the provided arguments set -e mvn compile exec:java -Dexec.args="$@"