Commit 8e37fdc6 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

parent 821da2d1
...@@ -33,7 +33,7 @@ if [ "$#" -le 2 ]; then ...@@ -33,7 +33,7 @@ if [ "$#" -le 2 ]; then
fi fi
cd $JP2DIR cd $JP2DIR
ls -d */ | parallel --jobs $JOBS test.sh {} $POLYGON ls -d */ | parallel --jobs $JOBS test.sh {} "$POLYGON"
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