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

processing

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