mirror of
https://git.cs.ou.nl/joshua.moerman/utf8-learner.git
synced 2025-07-01 06:07:46 +02:00
7 lines
129 B
Bash
Executable file
7 lines
129 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
mvn package
|
|
|
|
time java -cp target/utf8learner-1.0.0-SNAPSHOT.jar nl.ou.utf8learner.Main
|