mass-scraper/parishwebsites/parish2text-commands.sh
siulkilulki 95491b20a7 Working annotator. Without abuse handling, but logging actions.
Modify find_hours
Modify get_utterances
Add missing parish2text-commands.sh
workin app.py
add hash.min.js (fingerpirntjs)
modify index.html, make it prettier, add functions and more
2018-05-15 07:13:09 +02:00

6 lines
174 B
Bash
Executable File

#!/usr/bin/env bash
for file in $1/*; do
filename=`basename $file`
echo "./parish2text.py < \"$file\" > \"text-data/$filename\" 2> \"text-data-logs/$filename\""
done