We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84748c4 commit b42b3d4Copy full SHA for b42b3d4
scripts/build_n_run.sh
@@ -1,4 +1,4 @@
1
#! /usr/bin/bash
2
rm -r target | echo "No target directory found"
3
mvn compile
4
-mvn exec:java -Dexec.mainClass=Main -Dexec.args="exercise1"
+mvn exec:java -Dexec.mainClass=Main -Dexec.args="$1"
0 commit comments