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

links

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