mirror of https://github.com/tiyn/dmenu
3 lines
58 B
3 lines
58 B
5 years ago
|
#!/bin/sh
|
||
|
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
|