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

links

parent 1c49820f
......@@ -3,12 +3,9 @@ PRODCUTSDIR=$1 #Products Intput directory
JP2DIR=$2 #JP2 Output Directory
JOBS=${3:-1}
echo $1
echo $2
echo $3
cd $PRODCUTSDIR
ls *.zip | parallel --jobs $JOBS echo
ls *.zip | parallel --jobs $JOBS echo "{} $JP2DIR"
#for f in $(ls *.zip)
#do
......
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