m_dmenu/dmenu_run

3 lines
58 B
Text
Raw Normal View History

2020-10-11 11:44:58 +02:00
#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &