Commit e3075ecc authored by Mario Chirinos's avatar Mario Chirinos

utf8 scipt

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