diff options
Diffstat (limited to 'localgpgimport')
-rwxr-xr-x | localgpgimport | 5 |
1 files changed, 5 insertions, 0 deletions
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 "$@" |