This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dmenu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
550
Commits
1
Branch
1.1 MiB
C
85.5%
Roff
8.9%
Makefile
4.4%
C++
0.7%
Shell
0.6%
Tree:
e2a280541e
dmenu
/
dmenu_run
2 lines
58 B
Raw
Blame
History
#!/bin/sh
dmenu_path
|
dmenu
"
$@
"
|
${
SHELL
:-
"/bin/sh"
}
&