Commit 293fb07b authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

parent 5b5730fd
......@@ -2,7 +2,7 @@
DIR=$1 #Output filename
POLYGON=$2 #Crop Window
BOX=$(python3 polygonToBox.py "$POLYGON")
BOX=$(polygonToBox.py "$POLYGON")
DIRNAME=$(echo $DIR | cut -d"/" -f1)
......
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