This commit is contained in:
Zsolt Ero
2023-12-07 23:31:53 +01:00
parent d8d54f525c
commit e2e7f78494
5 changed files with 21 additions and 26 deletions

View 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"