aboutsummaryrefslogtreecommitdiff
path: root/refresh-keys
diff options
context:
space:
mode:
Diffstat (limited to 'refresh-keys')
-rwxr-xr-xrefresh-keys2
1 files changed, 2 insertions, 0 deletions
diff --git a/refresh-keys b/refresh-keys
index 90ddda4..31c579a 100755
--- a/refresh-keys
+++ b/refresh-keys
@@ -1,4 +1,6 @@
#!/bin/sh
+#
+# Wrapper for gpg --refresh-keys
# See http://pastebin.com/raw.php?i=XL0WAVSA
for key in `gpg --list-keys --with-colons | grep "^pub" | cut -f5 -d":" | sort --random-sort`