2 lines
64 B
Bash
Executable file
2 lines
64 B
Bash
Executable file
#!/bin/sh
|
|
dmenu-wl_path | dmenu-wl "$@" | ${SHELL:-"/bin/sh"} &
|