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

processing

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