mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 04:21:08 +00:00
Make planetiler-openmaptiles runnable as a standalone project (#19)
This commit is contained in:
7
scripts/check-monaco.sh
Executable file
7
scripts/check-monaco.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
set -o nounset
|
||||
|
||||
java -ea -cp target/*-with-deps.jar org.openmaptiles.util.VerifyMonaco $*
|
||||
Reference in New Issue
Block a user