Commit 0a9a36ed authored by Mario Chirinos's avatar Mario Chirinos

utf8 scipt

parent 2afe646b
#!/bin/sh
DIR=$1
cd $DIR
for file in *.json_file; 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