Commit e107fd1a authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

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