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