diff options
Diffstat (limited to '.local/bin/wordmean')
| -rwxr-xr-x | .local/bin/wordmean | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.local/bin/wordmean b/.local/bin/wordmean deleted file mode 100755 index e8f5f4e..0000000 --- a/.local/bin/wordmean +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -word=$(dmenu -p "Enter Word: " <&-) -#$BROWSER https://www.merriam-webster.com/dictionary/$word -$BROWSER "https://www.google.com/search?hl=en&q=define+$word" - |
