Add askpass program

This commit is contained in:
Talia 2020-07-23 16:35:47 +02:00
parent dec9f428c7
commit 4c947498ac
1 changed files with 2 additions and 0 deletions

2
bin/askpass Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
zenity --password --title "AskPass" 2>/dev/null