From 73ae3a47a410eb2db9c3c776c0252e1feaeb2d7e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 20 Feb 2017 10:06:38 +0100 Subject: Reorganise binaries --- i3/bin/askpass | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 i3/bin/askpass (limited to 'i3/bin/askpass') diff --git a/i3/bin/askpass b/i3/bin/askpass new file mode 100755 index 0000000..dfa595a --- /dev/null +++ b/i3/bin/askpass @@ -0,0 +1,4 @@ +#!/bin/bash +p=$(echo -e "GETPIN\nBYE\n" | pinentry | grep D) +echo "${p:2}" + -- cgit v1.2.3