diff options
author | Ben Sima <ben@bsima.me> | 2023-01-20 11:25:40 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-01-20 11:25:40 -0500 |
commit | 61daa32d4dd1ff73e44d21c5adceb3e495587286 (patch) | |
tree | 48a7b9b59e77e1b9b0a051257fbc1a87b6c4633b /domain-search | |
parent | 4eae061536f4c83088bd8fb6c89e215da2c13c06 (diff) |
don't pass to `domain`
Diffstat (limited to 'domain-search')
-rwxr-xr-x | domain-search | 4 |
1 files changed, 2 insertions, 2 deletions
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" |