JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
985092a7b610f89b1ee3b5a29555355834786894
[hexbog.git] / notes
1 Command to build dict.json:
2         cat dictionary.txt | grep -v '^..\?$' | perl -0777 -p -e's/\n/","/mg' | sed -e 's/^,\?/["/' -e 's/,"$/]/' > dict.json
3         (relies on there being a newline at the end)