summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/wordmean6
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"
-