up find min max command info
This commit is contained in:
parent
5999b2fb94
commit
94fe14a2ae
@ -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}
|
||||
|
||||
`)
|
||||
|
Loading…
Reference in New Issue
Block a user