Commit 6b106580 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

L2

parent fd2f2655
......@@ -20,7 +20,7 @@ do
DIRNAME=$(echo $f | cut -d "." -f1,2)
echo $DIRNAME
L2A_Process $DIRNAME.SAFE
L2A=$(ls -d S2A_MSIL2A* -t |head -1)
L2A=$(ls -d S2*_MSIL2A* -t |head -1)
L2A=$(echo $L2A | cut -d "." -f1)
zip -r $L2A.zip $L2A.SAFE/
break
......
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