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