Reflect the recent renaming of tabfile in scripts

This commit is contained in:
2023-07-07 12:15:37 +02:00
parent d3cfb12e16
commit f94bb77091
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
curl -Lo- https://slovnik-cizich-slov.abz.cz/export.php | \
iconv -f latin2 -t UTF-8 | perl -CSD -F\\\| -le '
print "$_\t" . $F[2] =~ s/\\/\\\\/gr =~ s/; /\\n/gr for split(", ", $F[0])
' | sort -u | tabfile slovnik-cizich-slov \
' | sort -u | tdv-tabfile slovnik-cizich-slov \
--book-name="Slovník cizích slov" \
--website=https://slovnik-cizich-slov.abz.cz \
--date="$(date +%F)" \