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