mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 20:41:09 +00:00
8 lines
142 B
Bash
Executable File
8 lines
142 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -o errexit
|
|
set -o pipefail
|
|
set -o nounset
|
|
|
|
java -ea -cp target/*-with-deps.jar org.openmaptiles.util.VerifyMonaco $*
|