Skip to content

Commit ff23e3e

Browse files
Minor fix
1 parent 11832ec commit ff23e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_n_run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#! /usr/bin/bash
22
rm -r target | echo "No target directory found"
3-
# mvn compile
4-
mvn exec:java -Dexec.mainClass=Main -Dexec.args="$1"
3+
mvn compile
4+
mvn exec:java -Dexec.mainClass=Main -Dexec.args="'$1'"

0 commit comments

Comments
 (0)