summaryrefslogtreecommitdiff
path: root/.local/bin/wordmean
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-06-27 23:32:59 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-06-27 23:32:59 +0530
commit25f893cf9e9c3658c22534a974d9b440a410ae77 (patch)
tree3cb3e659b5397488f901401a266c76bf9970ad1c /.local/bin/wordmean
parentbb5e54f7f4c419f6d45cd9bda419e5c25f24bd2c (diff)
wgetrc
Diffstat (limited to '.local/bin/wordmean')
-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"
-