1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-11-23 00:31:26 +00:00
Dotfiles/bin/dmenu_run

3 lines
58 B
Plaintext
Raw Normal View History

2020-07-29 08:40:04 +00:00
#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &