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 11832ec commit ff23e3eCopy full SHA for ff23e3e
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="$1"
+mvn compile
+mvn exec:java -Dexec.mainClass=Main -Dexec.args="'$1'"
0 commit comments