summaryrefslogtreecommitdiffstats
path: root/bin/hush/gpg
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-29 23:25:39 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-29 23:25:39 -0400
commit3cb67fd39f02049898c8cef72aab7b1d2a9f4de3 (patch)
treef4506238bfd43f630825bfe45cd226f735a66a5a /bin/hush/gpg
parentb4467b611d01903ab65be8ed78fc6eb0f5020706 (diff)
downloadconf-3cb67fd39f02049898c8cef72aab7b1d2a9f4de3.tar.gz
conf-3cb67fd39f02049898c8cef72aab7b1d2a9f4de3.zip
stop using keychain
Diffstat (limited to 'bin/hush/gpg')
-rwxr-xr-xbin/hush/gpg6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/hush/gpg b/bin/hush/gpg
deleted file mode 100755
index d418711..0000000
--- a/bin/hush/gpg
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-GPG=/usr/bin/$(basename $0)
-
-keychain -q --timeout 30
-$GPG $*