dmenu/dmenu_run

3 lines
58 B
Plaintext
Raw Normal View History

2007-12-22 12:20:20 +00:00
#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &