Commit 99ccd0de authored by Mario Chirinos's avatar Mario Chirinos

utf8 scipt

parent e3075ecc
......@@ -8,7 +8,7 @@ for d in */; do
mkdir $OUTDIR$d
for file in *.json; do
echo $file
cat $file | jq . > $OUTDIR$file
cat $file | jq . > $OUTDIR$d$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