mirror of
git://git.suckless.org/dmenu
synced 2025-02-17 12:27:25 +00:00
3 lines
58 B
Bash
Executable File
3 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
|