dir loop

parent 24b4d35b
......@@ -70,7 +70,7 @@ for f in *; do
if [ -d ${f} ]; then
cd $f
echo "gdal_merge.py -o ../"$f".tif " $(ls *.jp2)
gdal_merge.py -o ../$f".tif " $(ls *.jp2)
gdal_merge.py -o ../$f".tif" $(ls *.jp2)
cd ..
echo $f
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