Skip to content

Commit dbd4c46

Browse files
Work in progress
1 parent c4f8374 commit dbd4c46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/build_n_run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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"

0 commit comments

Comments
 (0)