mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 18:47:16 +00:00
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# This script is the value for SUDO_ASKPASS variable,
|
||
|
# meaning that it will be used as a password prompt if needed.
|
||
|
|
||
|
echo "$(dmenu -P -p "$1")"
|