blob: b6097d0b206ecb5192d43172484ae4712673ac08 (
plain) (
blame)
1
2
3
4
|
cat lexicon.dict.txt | sed "/^=/d" | sed -e '/./b' -e :n -e 'N;s/\n$//;tn' |\
dictfmt -j --utf8 --utf8 \
-s "Hàäsdáïga-English dictionary" \
-u https://git.disroot.org/huyngo/conlang hdg-eng
|