Commit 9310461d authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

wkt to shape

parent aaf01cf2
...@@ -51,8 +51,9 @@ do ...@@ -51,8 +51,9 @@ do
# cd $PRODCUTSDIR # cd $PRODCUTSDIR
done done
cd $JP2DIR cd $JP2DIR
rm -r *.xml find . -name *.xml -type f -delete
rm -r myShape.* find . -name myShape.* -type f -delete
## if [ ! -d "video" ]; then ## if [ ! -d "video" ]; then
## mkdir video ## mkdir video
## fi ## 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