Commit e002c5c7 authored by Mario Chirinos's avatar Mario Chirinos

utf8 scipt

parent aacb08d6
......@@ -4,7 +4,7 @@ DIR=$1
cd $DIR
for d in */; do
echo "$d"
cd $d
cd $DIR$d
for file in *.json; do
echo $file
# $CONVERT "$file" -o "${file%.txt}.utf8.converted"
......
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