scklss/dmenu-5.1/dmenu_run
2022-06-17 16:46:46 +02:00

3 lines
58 B
Bash
Executable File

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