Skip to content

Commit

Permalink
Correct batch script
Browse files Browse the repository at this point in the history
  • Loading branch information
cleherny committed Dec 20, 2023
1 parent 5132b14 commit 9059972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/batch_process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

echo 'Run batch processes to make quarries detection over several years'

for year in 2000 2001 2002 # list of years to process
for year in YEAR1 YEAR2 YEAR3 # list of years to process (no comma: YEAR1 YEAR2 YEAR3 ...)
do
echo ' '
echo '-----------'
Expand Down

0 comments on commit 9059972

Please sign in to comment.