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

parallel

parent 971c76ac
......@@ -2,7 +2,7 @@
#Convert L1C Products to L2A using L2A_Process
INPUTDIR=$1 #Top directory with a L1C Subirectory
JOBS=${2:-1}
if [ "$#" -ne 1 ]; then
if [ "$#" -le 1 ]; then
echo "Usage " $0 " <Directory with a L1C Subirectory> [jobs]"
exit
fi
......
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