3 lines
88 B
Bash
3 lines
88 B
Bash
#!/bin/sh
|
|
/usr/local/bin/dmenu_path | /usr/local/bin/dmenu "$@" | ${SHELL:-"/bin/sh"} &
|