aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mail-signed-keys
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mail-signed-keys')
-rwxr-xr-xtools/mail-signed-keys15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/mail-signed-keys b/tools/mail-signed-keys
index 3f9f01831..a9ec154bd 100755
--- a/tools/mail-signed-keys
+++ b/tools/mail-signed-keys
@@ -1,5 +1,7 @@
#!/bin/sh
+# FIXME: Add --dry-run, use only valid email addreses, extract only given keys
+
if [ -z "$1" -o -z "$2" ]; then
echo "usage: mail-signed-keys keyring signedby" >&2
exit 1
@@ -73,3 +75,16 @@ function myflush()
'
+
+
+
+
+
+
+
+
+
+
+
+
+