From: Jason Woofenden Date: Thu, 21 Feb 2013 22:33:12 +0000 (-0500) Subject: delete obsolete notes file X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=commitdiff_plain;h=1c59224d852c179a8ca23d4ad0333dc0ae3598b7 delete obsolete notes file --- diff --git a/notes b/notes deleted file mode 100644 index 985092a..0000000 --- a/notes +++ /dev/null @@ -1,3 +0,0 @@ -Command to build dict.json: - cat dictionary.txt | grep -v '^..\?$' | perl -0777 -p -e's/\n/","/mg' | sed -e 's/^,\?/["/' -e 's/,"$/]/' > dict.json - (relies on there being a newline at the end)