Commit 1236cd97 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

parent 93c2db60
......@@ -12,7 +12,7 @@ L2A=$Z1"_MSIL2A_"$Z2
#echo $L2A.zip
if [ ! -e $L2A.zip ]; then
echo "Processing: " $filename
unzip $filename
unzip -o $filename
DIRNAME=$(echo $filename | cut -d "/" --complement -f1,2)
DIRNAME=$(echo $DIRNAME | cut -d "." -f1).SAFE
# echo "DIRNAME: "$DIRNAME
......
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