Commit 8f98de80 authored by Mario Chirinos's avatar Mario Chirinos

utf8 scipt

parent bd5109dd
......@@ -7,7 +7,7 @@ for d in */; do
cd $DIR$d
for file in *.json; do
echo $file
cat $file | jq . > $OUTDIR$filename
cat $file | jq . > $OUTDIR$file
done
done
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