summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-12-10 20:05:46 +1300
committerDavid Phillips <david@sighup.nz>2017-12-10 20:05:46 +1300
commit48413176e80ea9cae92b2384ae426ab288d7638e (patch)
treeba017c3960df95da8a73e16d85c1a361157f199a
parentee16be67a5110387edb7aa498a99a49991ac8bdc (diff)
downloaddotfiles-48413176e80ea9cae92b2384ae426ab288d7638e.tar.xz
Add simple spelling helper wrapper script
-rwxr-xr-xlocal/bin/spell3
1 files changed, 3 insertions, 0 deletions
diff --git a/local/bin/spell b/local/bin/spell
new file mode 100755
index 0000000..a232e5f
--- /dev/null
+++ b/local/bin/spell
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+grep -i $1 /usr/share/dict/words