3 lines
49 B
Text
3 lines
49 B
Text
|
#!/bin/bash
|
||
|
dmenu -nf '#000' -p "$1" <&- && echo
|