user input

parent d0af3aec
......@@ -3,7 +3,7 @@
INPUTDIR=$1 #Top directory with a L1C Subirectory
OUTPUTDIR=$2
JOBS=${3:-1}
if [ "$#" -le 3 ]; then
if [ "$#" -le 2 ]; then
echo "Usage " $0 " <L1C Directory> <L2A Directory> [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