dmenu/dmenu_run
2020-09-23 17:55:05 -05:00

3 lines
58 B
Bash
Executable file

#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &