dmenu/dmenu_run

3 lines
58 B
Plaintext
Raw Normal View History

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