summaryrefslogtreecommitdiffstats
path: root/bin/laptop/gpg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/laptop/gpg')
-rwxr-xr-xbin/laptop/gpg6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/laptop/gpg b/bin/laptop/gpg
new file mode 100755
index 0000000..d418711
--- /dev/null
+++ b/bin/laptop/gpg
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+GPG=/usr/bin/$(basename $0)
+
+keychain -q --timeout 30
+$GPG $*