From 7458954fe4f223e31ab1be43321d4ea9c2d07375 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 4 Feb 2013 13:14:13 +0100 Subject: Add localgpgimport. --- localgpgimport | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 localgpgimport (limited to 'localgpgimport') diff --git a/localgpgimport b/localgpgimport new file mode 100755 index 0000000..b101b0b --- /dev/null +++ b/localgpgimport @@ -0,0 +1,5 @@ +#!/bin/sh +# +# workaround for alot :pipeto action choking on dashes + +gpg --import "$@" -- cgit v1.2.3