diff options
Diffstat (limited to '.local/bin/wrdm')
| -rwxr-xr-x | .local/bin/wrdm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/wrdm b/.local/bin/wrdm index 51dfe6d..5b10f05 100755 --- a/.local/bin/wrdm +++ b/.local/bin/wrdm @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/env bash # word=$(dmenu -p "Enter Word: " <&-) word=$(cat ~/.local/bin/words.txt | dmenu -l 25 -p "Choose Word: ") |
