index
:
dotfiles
main
My configuration files.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
i3
/
bin
/
askpass
blob: dfa595a8f259075cb9041d69d5c7aef340cc3f7a (
plain
) (
blame
)
1
2
3
4
#!/bin/bash
p
=
$(
echo
-e
"GETPIN\nBYE\n"
|
pinentry
|
grep
D
)
echo
"
${
p
:
2
}
"