Commit 2a772d60 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

ndvi

parent 77536c58
......@@ -21,12 +21,12 @@ do
echo $filename
if [ ! -e $filename$B1".jp2" ]; then
unzip" -n -j $f *B"$B2".jp2 -d " $JP2DIR
unzip -n -j $f *B$B2".jp2" -d $JP2DIR
fi
if [ ! -e $filename$B2".jp2" ]; then
unzip" -n -j $f *B"$B1".jp2 -d " $JP2DIR
unzip -n -j $f *B$B1".jp2" -d $JP2DIR
fi
......
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