git clone https://git.oscarbenedito.com/dmenu
About | Log | Files | Refs | License | Contribute
dmenu_run (58B) - raw
1 #!/bin/sh 2 dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &