sourcehut
Log in
—
Register
~kris
/
suckless
project
sources
dmenu
summary
tree
log
refs
ref:
96608c36b59b6fa1803d2e32cfbab73c8b73f46d
dmenu
/dmenu_run
-rwxr-xr-x
58 bytes
View
Log
View raw
Permalink
96608c36
— Luke Smith -r to restrict input to actual options
6 years ago
1
2
#!/bin/sh
dmenu_path
|
dmenu
"
$@
"
|
${
SHELL
:-
"/bin/sh"
}
&