diff options
author | Camil Staps | 2017-09-06 21:07:31 +0200 |
---|---|---|
committer | Camil Staps | 2017-09-06 21:07:31 +0200 |
commit | d29527196af6d6b29f225beb7cea2b7599dfb41e (patch) | |
tree | 62d959437ebdf2cb385c37f67ddc97f829b84b2b /i3/bin/askpass | |
parent | Update i3status with new wireless name (diff) |
Update binaries
Diffstat (limited to 'i3/bin/askpass')
-rwxr-xr-x | i3/bin/askpass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/i3/bin/askpass b/i3/bin/askpass index dfa595a..e37b29a 100755 --- a/i3/bin/askpass +++ b/i3/bin/askpass @@ -1,4 +1,3 @@ #!/bin/bash p=$(echo -e "GETPIN\nBYE\n" | pinentry | grep D) echo "${p:2}" - |