File: size-stats

package info (click to toggle)
debian-keyring 2013.04.21
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 63,116 kB
  • sloc: sh: 510; perl: 256; makefile: 108
file content (6 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download
1
2
3
4
5
6
#!/bin/bash

for key in $1/0x*; do
	gpg --with-colons < $key | grep "^pub:" | head -n 1 | \
		cut -d : -f 3,4
done