added readings index up to L-1539

This commit is contained in:
2021-01-28 16:21:32 +01:00
parent bd85805024
commit 6763f2b9d6
2 changed files with 283 additions and 2 deletions

View File

@ -16,8 +16,7 @@ for ((n=start_no;n<=4000;n++)); do
echo "deleting last line"
grep -v "$(tail -n1 readings_index)" readings_index > tmp$$
mv tmp$$ readings_index
last_line="$(tail -n1 readings_index)"
echo "$last_line"
tail -n1 readings_index
n="$(( n - 2 ))";
elif [ "$index" -gt 2200 ]; then
echo "Kanji from third book. Just adding index and reading index for now"