Commit 6c46e7ab authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

links

parent 98a3c061
#!/bin/sh
PRODCUTSDIR=$1 #Products Intput directory
JP2DIR=$2 #JP2 Output Directory
JOBS=${2:-1}
cd $PRODCUTSDIR
ls *.zip | parallel ExtractData.sh {} $JP2DIR
ls *.zip | parallel --jobs $JOBS ExtractData.sh {} $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