Commit 5cf676d6 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

parent 92303069
...@@ -11,6 +11,8 @@ if [ ! -e $DIRNAME".tif" ]; then ...@@ -11,6 +11,8 @@ if [ ! -e $DIRNAME".tif" ]; then
echo "gdal_merge.py -o ../"$DIRNAME".tif" $(ls *.jp2) echo "gdal_merge.py -o ../"$DIRNAME".tif" $(ls *.jp2)
# gdal_merge.py -o ../$DIRNAME".tif" $(ls *.jp2) # gdal_merge.py -o ../$DIRNAME".tif" $(ls *.jp2)
cd .. cd ..
else
echo $DIRNAME".tif" FOUND
fi fi
#if [ ! -e $dir".jp2" ]; then #if [ ! -e $dir".jp2" ]; 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