1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-09-28 09:17:49 +00:00
Dotfiles/suckless/dmenu-4.9/dmenu_run
2021-05-31 15:39:15 +03:00

3 lines
58 B
Bash
Executable file

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