mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
deprecate backticks (#949)
This commit is contained in:
parent
1e957b7f90
commit
14336d0a3c
@ -19,4 +19,4 @@ cmds="\
|
|||||||
|
|
||||||
choice="$(echo "$cmds" | cut -d' ' -f 1 | dmenu)" || exit 1
|
choice="$(echo "$cmds" | cut -d' ' -f 1 | dmenu)" || exit 1
|
||||||
|
|
||||||
`echo "$cmds" | grep "^$choice " | cut -d ' ' -f2-`
|
eval "$(echo "$cmds" | grep "^$choice " | cut -d ' ' -f2-)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user