diff options
| author | Camil Staps | 2017-02-20 10:06:38 +0100 | 
|---|---|---|
| committer | Camil Staps | 2017-02-20 10:06:38 +0100 | 
| commit | 73ae3a47a410eb2db9c3c776c0252e1feaeb2d7e (patch) | |
| tree | 4835551f5d769ede433ed390d3cfc2406975480c /bin/askpass | |
| parent | Cloogle stats in status bar (diff) | |
Reorganise binaries
Diffstat (limited to 'bin/askpass')
| -rwxr-xr-x | bin/askpass | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/bin/askpass b/bin/askpass deleted file mode 100755 index dfa595a..0000000 --- a/bin/askpass +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -p=$(echo -e "GETPIN\nBYE\n" | pinentry | grep D) -echo "${p:2}" - | 
