Commit 63bc9c5f authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

parallel

parent d6b5f6b8
......@@ -17,9 +17,9 @@ do
filePrefix=$outDir"/"$filepattern
echo $filePrefix
echo $JP2DIR$dateText
if [ ! -d $JP2DIR$dateText ]; then
mkdir $JP2DIR$dateText
echo $outDir
if [ ! -d $outDir ]; then
mkdir $outDir
fi
if [ ! -e $filfilePrefixename"TCI_10m.jp2" -o ! -e $filfilePrefixename"TCI_20m.jp2" -o ! -e $filfilePrefixename"SCL_20m.jp2" ]; then
......
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