Commit 1b04f361 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

L2

parent ac4581fa
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
INPUTDIR=$2 #Top directory with a L1C Subirectory INPUTDIR=$2 #Top directory with a L1C Subirectory
#OUTPUTDIR=$3 #L2A directory #OUTPUTDIR=$3 #L2A directory
cd $INPUTDIR 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
......
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