3 lines
170 B
Bash
Executable File
3 lines
170 B
Bash
Executable File
#!/usr/bin/env bash
|
|
echo -e "OPTION title=vim\nOPTION default-prompt=[sudo] password for $USER:\nGETPIN" | pinentry-qt --display :0 2>/dev/null | grep ^D | cut -d" " -f2
|