summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2023-01-20 11:25:40 -0500
committerBen Sima <ben@bsima.me>2023-01-20 11:25:40 -0500
commit61daa32d4dd1ff73e44d21c5adceb3e495587286 (patch)
tree48a7b9b59e77e1b9b0a051257fbc1a87b6c4633b
parent4eae061536f4c83088bd8fb6c89e215da2c13c06 (diff)
don't pass to `domain`
-rwxr-xr-xdomain-search4
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"