dir loop

parent 23b46aa7
......@@ -65,9 +65,10 @@ do
# break
done
cd $PRODCUTSDIR
cd $JP2DIR
for f in *; do
if [ -d ${f} ]; then
# Will not run if no directories are available
echo $f
fi
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