From 48413176e80ea9cae92b2384ae426ab288d7638e Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 10 Dec 2017 20:05:46 +1300 Subject: Add simple spelling helper wrapper script --- local/bin/spell | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 local/bin/spell 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 -- cgit v1.1