1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-07-02 19:23:35 +00:00
Dotfiles/dmenu-4.9/dmenu_run
2020-08-30 14:59:33 +03:00

3 lines
58 B
Bash
Executable file

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