rice/dmenu/dmenu_run

3 lines
58 B
Text
Raw Normal View History

2021-02-28 11:37:24 +02:00
#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &