#!/bin/shdmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &