diff options
| author | Mathias Magnusson <mathias@magnusson.space> | 2026-01-06 00:57:02 +0100 |
|---|---|---|
| committer | Mathias Magnusson <mathias@magnusson.space> | 2026-01-06 00:57:02 +0100 |
| commit | 2b3f191572d429474f484624e3c6b83fdd7dd74b (patch) | |
| tree | 09d9fd471cd4da9efefd62d421e863293158217e /dot-local-bin | |
| download | ymer-2b3f191572d429474f484624e3c6b83fdd7dd74b.tar.gz | |
Initial commit
Diffstat (limited to 'dot-local-bin')
| -rwxr-xr-x | dot-local-bin/zenity-askpass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot-local-bin/zenity-askpass b/dot-local-bin/zenity-askpass new file mode 100755 index 0000000..db26176 --- /dev/null +++ b/dot-local-bin/zenity-askpass @@ -0,0 +1,3 @@ +#!/bin/sh + +zenity --password --title "$@" 2>/dev/null |
