user input

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