JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
delete obsolete notes file
authorJason Woofenden <jason@jasonwoof.com>
Thu, 21 Feb 2013 22:33:12 +0000 (17:33 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 21 Feb 2013 22:33:12 +0000 (17:33 -0500)
notes [deleted file]

diff --git a/notes b/notes
deleted file mode 100644 (file)
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)