sourcehut
Log in
—
Register
~kris
/
suckless
project
sources
dmenu
summary
tree
log
refs
ref:
4327a57df2b02c8b2f7c94a0ebb746b114a2857f
dmenu
/dmenu_run
-rwxr-xr-x
58 bytes
View
Log
View raw
Permalink
4327a57d
— Luke Smith compile warning fix
6 years ago
1
2
#!/bin/sh
dmenu_path
|
dmenu
"
$@
"
|
${
SHELL
:-
"/bin/sh"
}
&