Skip to content

Commit b42b3d4

Browse files
Minor
1 parent 84748c4 commit b42b3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_n_run.sh

Lines changed: 1 addition & 1 deletion
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"
33
mvn compile
4-
mvn exec:java -Dexec.mainClass=Main -Dexec.args="exercise1"
4+
mvn exec:java -Dexec.mainClass=Main -Dexec.args="$1"

0 commit comments

Comments
 (0)