chiark / gitweb /
stump: fix hideous bug where passlisting someone puts their whole From: line in the...
[modbot-ulm.git] / stump / bin / listKeys
1 #!/bin/sh
2
3 # $Id: listKeys,v 1.2 2007/05/03 23:47:32 rram Exp $
4 # Modified to work with GPG
5
6 PUBRING=$MNG_ROOT/data/pubring.gpg
7
8 gpg --list-keys --no-default-keyring --keyring $PUBRING
9