mirror of
https://github.com/Horhik/dotfiles.git
synced 2025-03-18 19:49:30 +00:00
3 lines
58 B
Text
3 lines
58 B
Text
|
#!/bin/sh
|
||
|
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
|