dir loop

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