Commit f00fa4a8 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

rgb

parent 08d6c9f9
...@@ -9,7 +9,7 @@ cd $PRODCUTSDIR ...@@ -9,7 +9,7 @@ cd $PRODCUTSDIR
for f in $(find . -type f -name '*.zip') for f in $(find . -type f -name '*.zip')
do do
filepattern=L2A$(echo $f | cut -d"_" -f6)"_"$(echo $f | cut -d"_" -f3)"_" filepattern=L2A_$(echo $f | cut -d"_" -f6)"_"$(echo $f | cut -d"_" -f3)"_"
filename=$JP2DIR$filepattern filename=$JP2DIR$filepattern
echo $filename echo $filename
if [ ! -e $filename"TCI.jp2" ]; then if [ ! -e $filename"TCI.jp2" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment