Commit 54ae58c1 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

L2

parent 28ebe03c
...@@ -9,7 +9,8 @@ echo $INPUTDIR ...@@ -9,7 +9,8 @@ echo $INPUTDIR
cd $INPUTDIR/L1C cd $INPUTDIR/L1C
for f in $(find . -type f -name '*.zip') for f in $(find . -type f -name '*.zip')
do do
if [ ! -d $../L2A ]; then if [ ! -d ../L2A ]; then
mkdir ../L2A mkdir ../L2A
rm -r *.SAFE
fi fi
done done
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