Commit 325da2f6 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

processing

parent 84af1181
......@@ -2,12 +2,12 @@
USERDIR=$1
#JSONQUERY=
echo "$#"
if [ "$#" -nq 1 ]; then
echo "Usage " $0 " <Processs Directory>"
# echo "$#"
#if [ "$#" -nq 1 ]; then
# echo "Usage " $0 " <Processs Directory>"
exit
fi
# exit
#fi
echo $USERDIR
cd $USERDIR
......@@ -17,3 +17,4 @@ if [ ! -d "L2A" ]; then
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