mirror of https://github.com/tiyn/dotfiles
6 lines
102 B
6 lines
102 B
5 years ago
|
#!/bin/sh
|
||
5 years ago
|
|
||
|
# by lukesmithxyz, checkout github.com/lukesmithxyz/voidrice
|
||
|
|
||
5 years ago
|
dmenu -P -p "$1" <&- && echo
|