mirror of
https://github.com/raxracks/suckless-stack.git
synced 2024-12-02 00:11:06 +13:00
2 lines
58 B
Bash
Executable file
2 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
|