dmenu/dmenu_run

3 lines
58 B
Plaintext
Raw Normal View History

2020-09-23 22:55:05 +00:00
#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &