9 lines
179 B
Bash
Executable File
9 lines
179 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# This script is the SUDO_ASKPASS variable, meaning that it will be used as a
|
|
# password prompt if needed.
|
|
|
|
. $HOME/.config/dmenu/config
|
|
|
|
$DMENU -P -p "$1" <&- && echo
|