This commit is contained in:
Luke Smith
2020-06-02 12:47:20 -04:00
parent c4d6f4c027
commit 78be66e28e
2 changed files with 2 additions and 2 deletions

View File

@@ -18,4 +18,4 @@ cmds="\
choice="$(echo "$cmds" | cut -d' ' -f 1 | dmenu)" || exit 1
echo "$cmds" | grep "^$choice " | cut -d ' ' -f2-
`echo "$cmds" | grep "^$choice " | cut -d ' ' -f2-`