Commit 0e72dd14 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

processing

parent a1667e52
......@@ -3,7 +3,7 @@
USERDIR=$1
#JSONQUERY=
if [ "$#" -le 1 ]; then
if [ "$#" -eq 1 ]; then
echo "Usage " $0 " <Processs Directory>"
echo "$#"
exit
......@@ -11,8 +11,8 @@ fi
cd $USERDIR
#Link L2A products
if [ ! -d $OUTPUTDIR ]; then
mkdir $L2A
if [ ! -d "L2A" ]; then
mkdir L2A
fi
rm *
echo yes | findProducts.py $USERDIR"findProducts.json"
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