From 61daa32d4dd1ff73e44d21c5adceb3e495587286 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 20 Jan 2023 11:25:40 -0500 Subject: don't pass to `domain` --- domain-search | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'domain-search') diff --git a/domain-search b/domain-search index 840cfe8..fa4d166 100755 --- a/domain-search +++ b/domain-search @@ -5,6 +5,6 @@ # dict=$buildInputs/share/hunspell/en_US.dic # -# grep the dictionary, strip weird '/SMY', then pass to my domain script +# grep the dictionary, strip weird '/SMY' # -grep $1 $dict | sed "s|\/.*$||g" | xargs -I % domain % +grep $1 $dict | sed "s|\/.*$||g" -- cgit v1.2.3