mirror of
git://git.suckless.org/dmenu
synced 2026-04-03 13:35:58 +01:00
3 lines
58 B
Bash
Executable File
3 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
|