Commit 96164ed2 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

L2

parent 245cf414
......@@ -16,7 +16,7 @@ do
Z1=$(echo $f | cut -d "_" -f1)
Z2=$(echo $f | cut -d "_" -f3,4,5,6,7 | cut -d "." -f1)
ZIPFILE=$Z1_MSIL2A_$Z2.zip
ZIPFILE=$Z1"_MSIL2A_"$Z2.zip
echo $ZIPFILE
if [ ! -e $ZIPFILE ]; then
# unzip ../L1C/$f
......
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