8 lines
144 B
Bash
Executable File
8 lines
144 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
set -x
|
|
set -e
|
|
|
|
./mvnw clean package
|
|
java -cp target/crossword-1.0-SNAPSHOT.jar com.spijkerman.ivo.crossword.App ./dictionary
|