3 lines
58 B
Text
3 lines
58 B
Text
|
#!/bin/sh
|
||
|
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
|