diff options
author | Jonas Smedegaard <dr@jones.dk> | 2013-02-04 13:14:13 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-02-04 13:14:13 +0100 |
commit | 7458954fe4f223e31ab1be43321d4ea9c2d07375 (patch) | |
tree | 8ad847286fc64ac2fa08a965e61e2ac89b4af6b3 /localgpgimport | |
parent | ccd3848b6391933990c84308838d2fe2a6da7927 (diff) |
Add localgpgimport.
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 "$@" |