Commit 7b80e265 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

processing

parent 2cd3355c
#!/bin/sh
USERDIR=$1
JSONQUERY=
cd $USERDIR
#Link L2A products
if [ ! -d $OUTPUTDIR ]; 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