dmenu
my fork of dmenu
Index
Commits
Files
Refs
README
LICENSE
dmenu_run (58B)
Line numbers
raw
1
#!/bin/sh
2
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &