1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-11-16 05:33:18 +00:00
Dotfiles/dmenu-4.9/dmenu_run

3 lines
58 B
Plaintext
Raw Permalink Normal View History

2020-08-30 11:59:33 +00:00
#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &