Commit de349650 authored by Mario Chirinos's avatar Mario Chirinos

utf8 scipt

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