From 94fe14a2ae5bd1cccf75c203e958047f1e74b910 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Sun, 10 Dec 2023 17:58:57 +0100 Subject: [PATCH] up find min max command info --- hugin-gopro-fusion/find_min_max.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hugin-gopro-fusion/find_min_max.ts b/hugin-gopro-fusion/find_min_max.ts index 9527fcfc..221e6aa1 100644 --- a/hugin-gopro-fusion/find_min_max.ts +++ b/hugin-gopro-fusion/find_min_max.ts @@ -51,4 +51,10 @@ function findMinMaxNumberOfPhotos(dirPath: string): { min: number, max: number } } let result = findMinMaxNumberOfPhotos(folder + subfolder) -console.log('result :\n', `bash /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/exif_batch.sh ${result.min} ${result.max} INBOX_a_assembler/${subfolder}`) +console.log('result', result) +console.log("script :\n", ` +ts-node /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/main.ts --goproSubFolder=INBOX_a_assembler/${subfolder} +bash /home/poule/encrypted/stockage-syncable/photos/imageries/gopro/INBOX_PTO_hugin/hugin_executor_from_${result.min}_to_${result.max}.sh +bash /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/exif_batch.sh ${result.min} ${result.max} INBOX_a_assembler/${subfolder} + +`)