mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
work
This commit is contained in:
11
scripts/tile_creator/gen_monaco.sh
Normal file
11
scripts/tile_creator/gen_monaco.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
DATE=$(date +"%Y%m%d_%H%M%S")
|
||||
|
||||
RUN_FOLDER="/data/tile_creator/runs/monaco_$DATE"
|
||||
|
||||
mkdir -p "$RUN_FOLDER"
|
||||
cd "$RUN_FOLDER" || exit
|
||||
|
||||
bash /data/tile_creator/bin/run_monaco.sh "$DATE"
|
||||
|
||||
Reference in New Issue
Block a user